Files
servo/tests/unit/script/Cargo.toml
2016-05-25 07:03:46 -07:00

16 lines
359 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"}
plugins = {path = "../../../components/plugins"}
script = {path = "../../../components/script"}
url = {version = "1.0.0", features = ["heap_size"]}