Cargo.toml (217B)
1 [package] 2 name = "windows-targets" 3 version = "0.52.999" 4 edition = "2018" 5 license = "MIT OR Apache-2.0" 6 7 [lib] 8 proc-macro = true 9 path = "lib.rs" 10 11 [dependencies] 12 syn = { version = "2", features = ["full"] } 13 quote = "1"