]> git.proxmox.com Git - rustc.git/blame - src/tools/rustc-std-workspace-alloc/Cargo.toml
New upstream version 1.42.0+dfsg0+pve1
[rustc.git] / src / tools / rustc-std-workspace-alloc / Cargo.toml
CommitLineData
48663c56
XL
1[package]
2name = "rustc-std-workspace-alloc"
e1599b0c 3version = "1.99.0"
48663c56
XL
4authors = ["Alex Crichton <alex@alexcrichton.com>"]
5license = 'MIT OR Apache-2.0'
6description = """
7Hack for the compiler's own build system
8"""
416331ca 9edition = "2018"
48663c56
XL
10
11[lib]
12path = "lib.rs"
13
14[dependencies]
15alloc = { path = "../../liballoc" }