mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
21 lines
471 B
Plaintext
21 lines
471 B
Plaintext
|
[[package]]
|
||
|
name = "alloc"
|
||
|
version = "0.0.0"
|
||
|
dependencies = ["compiler_builtins", "core"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "compiler_builtins"
|
||
|
version = "0.1.32"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7bc4ac2c824d2bfc612cba57708198547e9a26943af0632aff033e0693074d5c"
|
||
|
dependencies = ["rustc-std-workspace-core"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "core"
|
||
|
version = "0.0.0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustc-std-workspace-core"
|
||
|
version = "1.99.0"
|
||
|
dependencies = ["core"]
|