2016-01-21 17:19:23 -06:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
|
|
|
name = "core"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "core"
|
|
|
|
path = "lib.rs"
|
|
|
|
test = false
|
2016-11-25 15:13:59 -06:00
|
|
|
bench = false
|
2016-04-29 16:23:15 -05:00
|
|
|
|
|
|
|
[[test]]
|
2017-04-03 09:53:04 -05:00
|
|
|
name = "coretests"
|
|
|
|
path = "../libcore/tests/lib.rs"
|
2016-11-25 15:13:59 -06:00
|
|
|
|
2017-02-03 17:04:22 -06:00
|
|
|
[[bench]]
|
2017-02-06 04:38:47 -06:00
|
|
|
name = "corebenches"
|
|
|
|
path = "../libcore/benches/lib.rs"
|
2018-02-26 11:07:16 -06:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
rand = "0.4"
|