mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
15 lines
230 B
TOML
15 lines
230 B
TOML
[package]
|
|
name = "util_tests"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
|
|
[lib]
|
|
name = "util_tests"
|
|
path = "lib.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
util = {path = "../../../components/util"}
|
|
|