jemallocator/systest/Cargo.toml

13 lines
228 B
TOML
Raw Normal View History

2016-01-21 01:03:24 +00:00
[package]
name = "systest"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
[dependencies]
jemalloc-sys = { path = "../jemalloc-sys" }
libc = "0.2"
2016-01-21 01:03:24 +00:00
[build-dependencies]
2018-10-30 22:22:08 +00:00
ctest = "^0.2.6"