aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_plugins/Cargo.toml
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2017-02-16 09:18:02 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2017-02-16 18:37:14 +0100
commit3eed8a91a1183e22b69b1be48ad97a253bc1dc0a (patch)
treeba6b0b4740560d40445e2a817397a674ec1f8637 /components/script_plugins/Cargo.toml
parent84a44a401424852bc44ef5e751e84544ed892e70 (diff)
downloadservo-3eed8a91a1183e22b69b1be48ad97a253bc1dc0a.tar.gz
servo-3eed8a91a1183e22b69b1be48ad97a253bc1dc0a.zip
Move script lints to script_plugins
The plugins crate now just allows to hook into clippy from a single crate.
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