41 строка
873 B
TOML
41 строка
873 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "HelloWorldRustDxe"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"RustAdvancedLoggerDxe",
|
|
"RustBootServicesAllocatorDxe",
|
|
"r-efi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "RustAdvancedLoggerDxe"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"r-efi",
|
|
"spin",
|
|
]
|
|
|
|
[[package]]
|
|
name = "RustBootServicesAllocatorDxe"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"r-efi",
|
|
"spin",
|
|
]
|
|
|
|
[[package]]
|
|
name = "r-efi"
|
|
version = "4.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "575fc2d9b3da54adbdfaddf6eca48fec256d977c8630a1750b8991347d1ac911"
|
|
|
|
[[package]]
|
|
name = "spin"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|