servo/components/plugins/Cargo.toml

12 lines
No EOL
225 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.git"