mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
23 lines
416 B
TOML
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 = []
|