mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
compiletest-rs use internal rustc APIs and is broken in today’s Nightly. rustdoc however is maintained with rustc and so much less fragile.
12 lines
236 B
TOML
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"}
|