Files
servo/components/plugins/Cargo.toml
Anthony Ramine 680c817d53 Bump url to 0.5.5
2016-02-13 00:08:12 +01:00

24 lines
454 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 = {version = "0.5.5", features = ["heap_size"]}
[features]
default = []