summaryrefslogtreecommitdiffstats
path: root/servo/tests/unit/malloc_size_of/Cargo.toml
blob: 80668d5ba6198b4e63e266c18aba13a56adacdbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"}