aboutsummaryrefslogtreecommitdiffstats
path: root/components/config_plugins/Cargo.toml
blob: db94f48beec08f5c4f260c31a011a4421325a38b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "servo_config_plugins"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
publish = false

[lib]
name = "servo_config_plugins"
proc-macro = true
path = "lib.rs"

[dependencies]
syn = "0.15"
quote = "0.6"
proc-macro2 = "0.4"
itertools = "0.8"