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

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

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