mirror of
https://github.com/servo/servo
synced 2026-05-01 11:57:31 +02:00
25 lines
470 B
TOML
25 lines
470 B
TOML
[package]
|
|
name = "plugins"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
publish = false
|
|
|
|
[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 = []
|