aboutsummaryrefslogtreecommitdiff
path: root/libcore/Cargo.toml
blob: 98f941f0057a36ce0e67eacf3361b3530b1c2fad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
authors = ["The Rust Project Developers"]
name = "core"
version = "0.0.0"
build = "build.rs"

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