mirror of
https://github.com/servo/servo.git
synced 2025-07-10 00:43:39 +01:00
19 lines
293 B
TOML
19 lines
293 B
TOML
[package]
|
|
name = "plugins"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "plugins"
|
|
path = "lib.rs"
|
|
plugin = true
|
|
|
|
[dependencies.clippy_lints]
|
|
version = "0.0.77"
|
|
optional = true
|
|
|
|
[features]
|
|
default = []
|
|
clippy = ["clippy_lints"]
|