servo/tests/compiletest/plugin/Cargo.toml
Anthony Ramine 3eed8a91a1 Move script lints to script_plugins
The plugins crate now just allows to hook into clippy from a single crate.
2017-02-16 18:37:14 +01:00

16 lines
425 B
TOML

[package]
name = "plugin_compiletest"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
[lib]
name = "plugin_compiletest"
path = "lib.rs"
doctest = false
[dependencies]
compiletest_helper = {path = "../helper"}
deny_public_fields = {path = "../../../components/deny_public_fields"}
script = {path = "../../../components/script"}
script_plugins = {path = "../../../components/script_plugins"}