mirror of
https://github.com/girlbossceo/jemallocator.git
synced 2024-11-27 20:44:03 +00:00
13 lines
225 B
TOML
13 lines
225 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.2"
|
|
|
|
[build-dependencies]
|
|
ctest = "0.1"
|