mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02: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.
13 lines
236 B
TOML
13 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"}
|