aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/script/Cargo.toml
blob: 2af8ced21094cd4cc70f6b9056e72b9a0af436d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "script_tests"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"

[lib]
name = "script_tests"
path = "lib.rs"

[dependencies]
euclid = { workspace = true }
keyboard-types = { workspace = true }
script = {path = "../../../components/script"}
servo_url = {path = "../../../components/url"}