summary refs log tree commit diff
path: root/src/libcore/Cargo.toml
blob: e0dbc096cd0d97f567da3f17d42b4f167dace0e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
authors = ["The Rust Project Developers"]
name = "core"
version = "0.0.0"

[lib]
name = "core"
path = "lib.rs"
test = false
bench = false

[[test]]
name = "coretest"
path = "../libcoretest/lib.rs"

# FIXME: need to extract benchmarks to a separate crate
#[[bench]]
#name = "coretest"
#path = "../libcoretest/lib.rs"