summaryrefslogtreecommitdiffstats
path: root/servo/components/derive_common/Cargo.toml
blob: 86b56a095ab3fc7a04a3f092da6eb3c063fad6d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "derive_common"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
publish = false

[lib]
path = "lib.rs"

[dependencies]
darling = { version = "0.14", default-features = false }
proc-macro2 = "1"
quote = "1"
syn = { version = "1", default-features = false, features = ["clone-impls", "parsing"] }
synstructure = "0.12"