mirror of
https://github.com/servo/servo
synced 2026-05-12 18:06:32 +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.
17 lines
370 B
TOML
17 lines
370 B
TOML
[package]
|
|
name = "script_tests"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
|
|
[lib]
|
|
name = "script_tests"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
euclid = "0.15"
|
|
msg = {path = "../../../components/msg"}
|
|
script = {path = "../../../components/script"}
|
|
servo_url = {path = "../../../components/url"}
|
|
style = {path = "../../../components/style"}
|