c9c3de0131
Use stub lib so `core` and `alloc` are handled symmetrically.
43 lines
774 B
TOML
43 lines
774 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
[[package]]
|
|
name = "alloc"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"compiler_builtins",
|
|
"core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "compiler_builtins"
|
|
version = "0.1.52"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6591c2442ee984e2b264638a8b5e7ae44fd47b32d28e3a08e2e9c3cdb0c2fb0"
|
|
dependencies = [
|
|
"rustc-std-workspace-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core"
|
|
version = "0.0.0"
|
|
|
|
[[package]]
|
|
name = "nixpkgs-sysroot-stub-crate"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"alloc",
|
|
"compiler_builtins",
|
|
"core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-std-workspace-core"
|
|
version = "1.99.0"
|
|
dependencies = [
|
|
"core",
|
|
]
|
|
|
|
[[patch.unused]]
|
|
name = "rustc-std-workspace-alloc"
|
|
version = "1.99.0"
|