jemallocator/systest/Cargo.toml
2016-01-20 17:03:24 -08:00

13 lines
269 B
TOML

[package]
name = "systest"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
[dependencies]
jemalloc-sys = { path = "../jemalloc-sys" }
libc = "0.1"
[build-dependencies]
ctest = { git = "https://github.com/alexcrichton/ctest" }