servo/components/plugins/Cargo.toml
Anthony Ramine f12fad7953 Remove rust_tenacious
We don't use it anymore since #11872.
2016-08-13 17:18:10 +02: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.77"
optional = true
[features]
default = []
clippy = ["clippy_lints"]