mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
16 lines
266 B
TOML
16 lines
266 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"
|
|
|
|
[dependencies.script]
|
|
path = "../../../components/script"
|