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