Files
servo/tests/unit/script/Cargo.toml
Bastien Orivel 76d8573393 Bump serde to 1.0
2017-06-16 13:31:18 +02:00

17 lines
341 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"
doctest = false
[dependencies]
euclid = "0.15"
msg = {path = "../../../components/msg"}
script = {path = "../../../components/script"}
servo_url = {path = "../../../components/url"}