]> git.lizzy.rs Git - rust.git/blob - src/tools/rustc-std-workspace-alloc/Cargo.toml
Rollup merge of #60982 - estebank:fix-60976, r=petrochenkov
[rust.git] / src / tools / rustc-std-workspace-alloc / Cargo.toml
1 [package]
2 name = "rustc-std-workspace-alloc"
3 version = "1.0.0"
4 authors = ["Alex Crichton <alex@alexcrichton.com>"]
5 license = 'MIT OR Apache-2.0'
6 description = """
7 Hack for the compiler's own build system
8 """
9
10 [lib]
11 path = "lib.rs"
12
13 [dependencies]
14 alloc = { path = "../../liballoc" }