]> git.lizzy.rs Git - rust.git/blob - src/librustc_macros/Cargo.toml
Rollup merge of #67543 - JohnTitor:regression-tests, r=Centril
[rust.git] / src / librustc_macros / Cargo.toml
1 [package]
2 name = "rustc_macros"
3 version = "0.1.0"
4 authors = ["The Rust Project Developers"]
5 edition = "2018"
6
7 [lib]
8 proc-macro = true
9
10 [dependencies]
11 synstructure = "0.12.1"
12 syn = { version = "1", features = ["full"] }
13 proc-macro2 = "1"
14 quote = "1"
15 itertools = "0.8"