servo/components/plugins/Cargo.toml

23 lines
384 B
TOML

[package]
name = "plugins"
version = "0.0.1"
authors = ["The Servo Project Developers"]
[lib]
name = "plugins"
path = "lib.rs"
plugin = true
[dependencies.tenacious]
git = "https://github.com/Manishearth/rust-tenacious"
[dependencies.clippy]
git = "https://github.com/Manishearth/rust-clippy"
branch = "servo"
optional = true
[dependencies]
url = "0.5.2"
[features]
default = []