]> git.proxmox.com Git - rustc.git/blob - src/libcore/Cargo.toml
New upstream version 1.17.0+dfsg1
[rustc.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 [[test]]
13 name = "coretest"
14 path = "../libcoretest/lib.rs"
15
16 [[bench]]
17 name = "corebenches"
18 path = "../libcore/benches/lib.rs"