servo/components/plugins/Cargo.toml
2016-01-07 10:09:05 +01:00

23 lines
416 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"
rev = "9dca15de3e8ea266d3e7e868c0f358ed4fa5f195"
optional = true
[dependencies]
url = "0.5.2"
[features]
default = []