servo/components/plugins/Cargo.toml
2016-11-08 09:28:30 -05:00

19 lines
293 B
TOML

[package]
name = "plugins"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
publish = false
[lib]
name = "plugins"
path = "lib.rs"
plugin = true
[dependencies.clippy_lints]
version = "0.0.98"
optional = true
[features]
default = []
clippy = ["clippy_lints"]