Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
library
/
rustc-std-workspace-std
/
Cargo.toml
blob: 3a1dc2a02b557abf7b16cf2400084542432e4c0a [
file
] [
log
] [
blame
] [
edit
]
[
package
]
name
=
"rustc-std-workspace-std"
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
]
std
=
{
path
=
"../std"
}