servo/components/script_plugins/Cargo.toml

14 lines
226 B
TOML

[package]
name = "script_plugins"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
publish = false
[lib]
path = "lib.rs"
plugin = true
[features]
unrooted_must_root_lint = []