summary refs log tree commit diff
path: root/src/libcore/Cargo.toml
blob: 24455a1d841bd9be4c2009ece6d16f5c074166de (plain)
1
2
3
4
5
6
7
8
9
[package]
authors = ["The Rust Project Developers"]
name = "core"
version = "0.0.0"

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