summaryrefslogtreecommitdiffstats
path: root/build/rust/windows-targets/Cargo.toml
blob: 5d3f665d7bc85d1f9a68844d095a196a090aba44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "windows-targets"
version = "0.52.999"
edition = "2018"
license = "MIT OR Apache-2.0"

[lib]
proc-macro = true
path = "lib.rs"

[dependencies]
syn = { version = "2", features = ["full"] }
quote = "1"