mirror of
https://github.com/servo/servo
synced 2026-05-13 18:37:30 +02:00
22 lines
312 B
TOML
22 lines
312 B
TOML
[package]
|
|
name = "util_tests"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "util_tests"
|
|
path = "lib.rs"
|
|
doctest = false
|
|
|
|
[dependencies.util]
|
|
path = "../../../components/util"
|
|
|
|
|
|
[dependencies.plugins]
|
|
path = "../../../components/plugins"
|
|
|
|
[dependencies]
|
|
libc = "0.1"
|
|
euclid = "0.2"
|
|
|