2020-10-17 10:34:51 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2020-10-08 23:32:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "alloc"
|
|
|
|
version = "0.0.0"
|
2020-10-17 10:34:51 +02:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
]
|
2020-10-08 23:32:49 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "compiler_builtins"
|
2021-11-08 03:05:25 +01:00
|
|
|
version = "0.1.52"
|
2020-10-08 23:32:49 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-08 03:05:25 +01:00
|
|
|
checksum = "b6591c2442ee984e2b264638a8b5e7ae44fd47b32d28e3a08e2e9c3cdb0c2fb0"
|
2020-10-17 10:34:51 +02:00
|
|
|
dependencies = [
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
2020-10-08 23:32:49 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2021-11-08 03:05:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nixpkgs-sysroot-stub-crate"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc",
|
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
]
|
|
|
|
|
2020-10-08 23:32:49 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-std-workspace-core"
|
|
|
|
version = "1.99.0"
|
2020-10-17 10:34:51 +02:00
|
|
|
dependencies = [
|
|
|
|
"core",
|
|
|
|
]
|
2021-11-08 03:05:25 +01:00
|
|
|
|
|
|
|
[[patch.unused]]
|
|
|
|
name = "rustc-std-workspace-alloc"
|
|
|
|
version = "1.99.0"
|