servo/tests/unit/script/Cargo.toml

15 lines
266 B
TOML

[package]
name = "script_tests"
version = "0.0.1"
authors = ["The Servo Project Developers"]
[lib]
name = "script_tests"
path = "lib.rs"
doctest = false
[dependencies.msg]
path = "../../../components/msg"
[dependencies.script]
path = "../../../components/script"