mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
21 lines
348 B
TOML
21 lines
348 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/servo/rust-tenacious"
|
|
|
|
[dependencies.clippy]
|
|
git = "https://github.com/Manishearth/rust-clippy"
|
|
branch = "servo"
|
|
optional = true
|
|
|
|
[features]
|
|
default = []
|