servo/components/script_plugins/Cargo.toml
Bastien Orivel 13c632e739 Switch from webidl to weedle in script_plugins
This removes the dependency on lalrpop and should speed up compilation
quite a bit.
2019-05-15 23:03:25 +02:00

17 lines
257 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.9"