mirror of
https://github.com/servo/servo
synced 2026-05-10 17:12:23 +02:00
16 lines
359 B
TOML
16 lines
359 B
TOML
[package]
|
|
name = "script_tests"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "script_tests"
|
|
path = "lib.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
msg = {path = "../../../components/msg"}
|
|
plugins = {path = "../../../components/plugins"}
|
|
script = {path = "../../../components/script"}
|
|
url = {version = "1.0.0", features = ["heap_size"]}
|