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

[dependencies]
colored = "1.7"
proc-macro2 = { version = "1.0", features = ["span-locations"] }

[dependencies.syn]
path = "../.."
default-features = false
features = ["parsing", "full", "extra-traits"]

[workspace]