aboutsummaryrefslogtreecommitdiff
path: root/syn/examples/trace-var/trace-var/Cargo.toml
blob: 72f56e92231447b00cdfa7211ef5d811f1c90783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "trace-var"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
publish = false

[lib]
proc-macro = true

[dependencies]
proc-macro2 = { version = "1.0", features = ["nightly"] }
quote = "1.0"
syn = { path = "../../../", features = ["full", "fold"] }