]> git.proxmox.com Git - rustc.git/blob - src/libcore/Cargo.toml
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / libcore / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "core"
4 version = "0.0.0"
5 build = "build.rs"
6
7 [lib]
8 name = "core"
9 path = "lib.rs"
10 test = false