summary refs log tree commit diff
path: root/src/librustc_macros/Cargo.toml
blob: 6e32a53c364a6502eb20fda0763111a78f7d63ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rustc_macros"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2018"

[lib]
proc-macro = true

[dependencies]
synstructure = "0.10.1"
syn = { version = "0.15.22", features = ["full"] }
proc-macro2 = "0.4.24"
quote = "0.6.10"
itertools = "0.8"