servo/tests/unit/script/Cargo.toml
2018-08-06 07:22:24 +02:00

15 lines
325 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.19"
msg = {path = "../../../components/msg"}
script = {path = "../../../components/script"}
servo_url = {path = "../../../components/url"}