mirror of
https://github.com/servo/servo.git
synced 2025-07-13 10:23:40 +01:00
16 lines
377 B
TOML
16 lines
377 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"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
msg = {path = "../../../components/msg"}
|
|
plugins = {path = "../../../components/plugins"}
|
|
script = {path = "../../../components/script"}
|
|
url = {version = "1.2", features = ["heap_size"]}
|