]> git.proxmox.com Git - rustc.git/blame - src/liballoc/Cargo.toml
Imported Upstream version 1.8.0+dfsg1
[rustc.git] / src / liballoc / Cargo.toml
CommitLineData
7453a54e
SL
1[package]
2authors = ["The Rust Project Developers"]
3name = "alloc"
4version = "0.0.0"
5
6[lib]
7name = "alloc"
8path = "lib.rs"
9test = false
10
11[dependencies]
12core = { path = "../libcore" }