]> git.lizzy.rs Git - rust.git/blob - src/libcore/Cargo.toml
Auto merge of #43648 - RalfJung:jemalloc-debug, r=alexcrichton
[rust.git] / src / libcore / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "core"
4 version = "0.0.0"
5
6 [lib]
7 name = "core"
8 path = "lib.rs"
9 test = false
10 bench = false
11
12 [dev-dependencies]
13 rand = { path = "../librand" }
14
15 [[test]]
16 name = "coretests"
17 path = "../libcore/tests/lib.rs"
18
19 [[bench]]
20 name = "corebenches"
21 path = "../libcore/benches/lib.rs"