rust/compiler/rustc_macros/Cargo.toml

15 lines
249 B
TOML
Raw Normal View History

2018-12-02 18:14:35 -06:00
[package]
name = "rustc_macros"
version = "0.1.0"
authors = ["The Rust Project Developers"]
2019-03-05 12:27:50 -06:00
edition = "2018"
2018-12-02 18:14:35 -06:00
[lib]
proc-macro = true
[dependencies]
2019-10-04 07:43:23 -05:00
synstructure = "0.12.1"
syn = { version = "1", features = ["full"] }
proc-macro2 = "1"
quote = "1"