mirror of
https://github.com/servo/servo
synced 2026-04-28 02:19:14 +02:00
20 lines
293 B
TOML
20 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.98"
|
|
optional = true
|
|
|
|
[features]
|
|
default = []
|
|
clippy = ["clippy_lints"]
|