aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_plugins/Cargo.toml
blob: b5a4d6f43f1f4c96148afa4cacdca2df79f61cb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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 = []
trace_in_no_trace_lint = []

[package.metadata.rust-analyzer]
rustc_private = true