aboutsummaryrefslogtreecommitdiffstats
path: root/components/config_plugins/Cargo.toml
blob: 24e0fb5d865e74dd7c0dfeb3d51ea25dabca8803 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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 = { version = "0.15", default-features = false, features = ["clone-impls", "parsing"] }
quote = "0.6"
proc-macro2 = "0.4"
itertools = "0.8"