Files
servo/tests/unit/util/Cargo.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"}