servo/tests/unit/script_plugins/Cargo.toml
Simon Sapin b1ce298d4b Replace compiletest suite by doc-tests with compile_fail
compiletest-rs use internal rustc APIs and is broken in today’s Nightly.
rustdoc however is maintained with rustc and so much less fragile.
2017-11-22 16:25:17 +01:00

12 lines
236 B
TOML

[package]
name = "script_plugins_tests"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
[lib]
path = "lib.rs"
test = false
[dependencies]
script_plugins = {path = "../../../components/script_plugins"}