aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_plugins/Cargo.toml
blob: 6b200e3ef0f4414094920d1bd82a4e1b53877c4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[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