aboutsummaryrefslogtreecommitdiff
path: root/syn/examples/lazy-static/lazy-static/Cargo.toml
blob: bf65787c0ae15cb58e47c086a082e7298f59b6b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "lazy_static"
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"] }