]> git.lizzy.rs Git - rust.git/blob - src/liballoc_jemalloc/Cargo.toml
Rollup merge of #53545 - FelixMcFelix:fix-50865-beta, r=petrochenkov
[rust.git] / src / liballoc_jemalloc / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "alloc_jemalloc"
4 version = "0.0.0"
5 build = "build.rs"
6 links = "jemalloc"
7
8 [lib]
9 name = "alloc_jemalloc"
10 path = "lib.rs"
11 test = false
12 doc = false
13
14 [dependencies]
15 core = { path = "../libcore" }
16 libc = { path = "../rustc/libc_shim" }
17 compiler_builtins = { path = "../rustc/compiler_builtins_shim" }
18
19 [build-dependencies]
20 build_helper = { path = "../build_helper" }
21 cc = "1.0.1"
22
23 [features]
24 debug = []