aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_plugins/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'components/script_plugins/Cargo.toml')
-rw-r--r--components/script_plugins/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/components/script_plugins/Cargo.toml b/components/script_plugins/Cargo.toml
new file mode 100644
index 00000000000..6b200e3ef0f
--- /dev/null
+++ b/components/script_plugins/Cargo.toml
@@ -0,0 +1,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