]> git.lizzy.rs Git - rust.git/blob - library/rustc-std-workspace-alloc/Cargo.toml
Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022-03-26
[rust.git] / library / rustc-std-workspace-alloc / Cargo.toml
1 [package]
2 name = "rustc-std-workspace-alloc"
3 version = "1.99.0"
4 license = 'MIT OR Apache-2.0'
5 description = """
6 Hack for the compiler's own build system
7 """
8 edition = "2021"
9
10 [lib]
11 path = "lib.rs"
12
13 [dependencies]
14 alloc = { path = "../alloc" }