Files
servo/tests/unit/script/Cargo.toml

18 lines
380 B
TOML

[package]
name = "script_tests"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
[lib]
name = "script_tests"
path = "lib.rs"
[dependencies]
euclid = { workspace = true }
keyboard-types = { workspace = true }
script = {path = "../../../components/script"}
servo_url = {path = "../../../components/url"}