mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
17 lines
324 B
TOML
17 lines
324 B
TOML
[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 = "0.20"
|
|
keyboard-types = "0.6"
|
|
script = {path = "../../../components/script"}
|
|
servo_url = {path = "../../../components/url"}
|