mirror of
https://github.com/girlbossceo/jemallocator.git
synced 2024-11-28 05:44:18 +00:00
15 lines
280 B
TOML
15 lines
280 B
TOML
|
[package]
|
||
|
name = "jemalloc-sys"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||
|
build = "build.rs"
|
||
|
links = "jemalloc"
|
||
|
|
||
|
[dependencies.libc]
|
||
|
git = "https://github.com/alexcrichton/libc"
|
||
|
features = ["no-std"]
|
||
|
branch = "no-std"
|
||
|
|
||
|
[build-dependencies]
|
||
|
gcc = "0.3"
|