summary refs log tree commit diff
path: root/src/libcore/Cargo.toml
blob: 3b406ac0447f22f7c8a164c337886dddac6468a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"