45 lines
787 B
TOML
45 lines
787 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "alloc"
|
|
version = "0.0.0"
|
|
dependencies = [
|
|
"compiler_builtins",
|
|
"core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "compiler_builtins"
|
|
version = "0.1.87"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f867ce54c09855ccd135ad4a50c777182a0c7af5ff20a8f537617bd648b10d50"
|
|
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"
|