Skip to content

Commit 73afb3d

Browse files
authored
Add readme workaround for Cargo.toml files (#3785)
1 parent a87e98e commit 73afb3d

File tree

28 files changed

+29
-1
lines changed

28 files changed

+29
-1
lines changed

crates/libs/bindgen/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "Code generator for Windows metadata"
88
repository = "https://github.com/microsoft/windows-rs"
99
categories = ["os::windows-apis"]
10+
readme = "readme.md"
1011

1112
[dependencies]
1213
windows-threading = { workspace = true }

crates/libs/collections/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "Windows collection types"
88
repository = "https://github.com/microsoft/windows-rs"
99
categories = ["os::windows-apis"]
10+
readme = "readme.md"
1011

1112
[dependencies]
1213
windows-core = { workspace = true }

crates/libs/core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "Core type support for COM and Windows"
88
repository = "https://github.com/microsoft/windows-rs"
99
categories = ["os::windows-apis"]
10+
readme = "readme.md"
1011

1112
[dependencies]
1213
windows-implement = { workspace = true }

crates/libs/cppwinrt/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "C++/WinRT"
88
repository = "https://github.com/microsoft/windows-rs"
99
categories = ["os::windows-apis"]
10+
readme = "readme.md"
1011

1112
[dependencies]
1213
windows-link = { workspace = true }

crates/libs/future/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "Windows async types"
88
repository = "https://github.com/microsoft/windows-rs"
99
categories = ["os::windows-apis"]
10+
readme = "readme.md"
1011

1112
[dependencies]
1213
windows-core = { workspace = true }

crates/libs/implement/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "The implement macro for the windows crate"
88
repository = "https://github.com/microsoft/windows-rs"
99
categories = ["os::windows-apis"]
10+
readme = "readme.md"
1011

1112
[dependencies]
1213
proc-macro2 = { workspace = true }

crates/libs/interface/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "The interface macro for the windows crate"
88
repository = "https://github.com/microsoft/windows-rs"
99
categories = ["os::windows-apis"]
10+
readme = "readme.md"
1011

1112
[dependencies]
1213
proc-macro2 = { workspace = true }

crates/libs/link/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "MIT OR Apache-2.0"
88
description = "Linking for Windows"
99
repository = "https://github.com/microsoft/windows-rs"
1010
categories = ["os::windows-apis"]
11+
readme = "readme.md"
1112

1213
[lints]
1314
workspace = true

crates/libs/metadata/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "Low-level metadata library for ECMA-335"
88
repository = "https://github.com/microsoft/windows-rs"
99
categories = ["os::windows-apis"]
10+
readme = "readme.md"
1011

1112
[lints]
1213
workspace = true

crates/libs/numerics/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
77
description = "Windows numeric types"
88
repository = "https://github.com/microsoft/windows-rs"
99
categories = ["os::windows-apis"]
10+
readme = "readme.md"
1011

1112
[dependencies]
1213
windows-core = { workspace = true }

0 commit comments

Comments
 (0)