mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
15 lines
284 B
TOML
15 lines
284 B
TOML
[package]
|
|
name = "msg_tests"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
|
|
[lib]
|
|
name = "msg_tests"
|
|
path = "lib.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
msg = {path = "../../../components/msg"}
|
|
size_of_test = {path = "../../../components/size_of_test"}
|