mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02:00
18 lines
258 B
TOML
18 lines
258 B
TOML
[package]
|
|
name = "script_plugins"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
plugin = true
|
|
|
|
[features]
|
|
unrooted_must_root_lint = []
|
|
webidl_lint = []
|
|
|
|
[dependencies]
|
|
weedle = "0.10"
|