gecko-dev/servo/tests/unit/malloc_size_of/Cargo.toml

14 строки
289 B
TOML

[package]
name = "malloc_size_of_tests"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
[lib]
path = "lib.rs"
test = false
[dependencies]
malloc_size_of = {path = "../../../components/malloc_size_of"}
servo_arc = {path = "../../../components/servo_arc"}