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