mirror of
https://github.com/servo/servo
synced 2026-05-11 01:22:19 +02:00
18 lines
380 B
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"}
|