1 | |
---|---|
2 | [package] |
3 | name = "windows-link" |
4 | version = "0.1.1" |
5 | authors = ["Microsoft"] |
6 | edition = "2021" |
7 | rust-version = "1.71" |
8 | license = "MIT OR Apache-2.0" |
9 | description = "Linking for Windows" |
10 | repository = "https://github.com/microsoft/windows-rs" |
11 | readme = "readme.md" |
12 | |
13 | [lints] |
14 | workspace = true |
15 |