mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
16 lines
370 B
TOML
16 lines
370 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"
|
|
|
|
[dependencies]
|
|
euclid = "0.17"
|
|
msg = {path = "../../../components/msg"}
|
|
script = {path = "../../../components/script"}
|
|
servo_url = {path = "../../../components/url"}
|
|
style = {path = "../../../components/style"}
|