Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
library
/
rustc-std-workspace-alloc
/
Cargo.toml
blob: 049ca3e46b57d784c045f5e1ad7d19afa57c779b [
file
] [
log
] [
blame
] [
edit
]
[
package
]
name
=
"rustc-std-workspace-alloc"
version
=
"1.99.0"
license
=
'MIT OR Apache-2.0'
description
=
"""
Hack for the compiler's own build system
"""
edition
=
"2021"
[
lib
]
path
=
"lib.rs"
[
dependencies
]
alloc
=
{
path
=
"../alloc"
}