rust/compiler/rustc_macros/Cargo.toml

15 lines
249 B
TOML
Raw Normal View History

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