1 | [package] |
---|---|
2 | name = "windows_x86_64_gnu" |
3 | version = "0.52.4" |
4 | authors = ["Microsoft"] |
5 | edition = "2021" |
6 | rust-version = "1.56" |
7 | license = "MIT OR Apache-2.0" |
8 | description = "Import lib for Windows" |
9 | repository = "https://github.com/microsoft/windows-rs" |
10 | |
11 | [package.metadata.docs.rs] |
12 | default-target = "x86_64-pc-windows-msvc" |
13 | targets = [] |
14 |