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" }
|
2017-07-20 03:32:17 +00:00
|
|
|
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"
|