]> git.lizzy.rs Git - rust.git/blob - src/libcore/Cargo.toml
Unignore u128 test for stage 0,1
[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 [[test]]
13 name = "coretest"
14 path = "../libcoretest/lib.rs"
15
16 [[bench]]
17 name = "corebench"
18 path = "../libcore/bench/lib.rs"