servo/components/config_plugins/Cargo.toml
2019-03-20 15:01:26 +00:00

19 lines
307 B
TOML

[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"