mirror of
https://github.com/girlbossceo/jemallocator.git
synced 2024-11-25 22:46:30 +00:00
13 lines
284 B
TOML
13 lines
284 B
TOML
[package]
|
|
name = "jemallocator"
|
|
version = "0.1.0"
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
|
|
|
[dependencies]
|
|
jemalloc-sys = { path = "jemalloc-sys", version = "0.1.0" }
|
|
|
|
[dependencies.libc]
|
|
git = "https://github.com/alexcrichton/libc"
|
|
features = ["no-std"]
|
|
branch = "no-std"
|