rust/src/libcore/Cargo.toml
2016-06-04 15:10:26 -07:00

14 lines
193 B
TOML

[package]
authors = ["The Rust Project Developers"]
name = "core"
version = "0.0.0"
[lib]
name = "core"
path = "lib.rs"
test = false
[[test]]
name = "coretest"
path = "../libcoretest/lib.rs"