summary refs log tree commit diff
path: root/src/rustc/dlmalloc_shim/Cargo.toml
blob: b6f8550829fe0658726fe788f653bbf88dcbd0b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "dlmalloc"
version = "0.0.0"
authors = ["The Rust Project Developers"]

[lib]
path = "../../dlmalloc/src/lib.rs"
test = false
bench = false
doc = false

[dependencies]
core = { path = "../../libcore" }
compiler_builtins = { path = "../../rustc/compiler_builtins_shim" }