donald/Cargo.lock

47 lines
1.2 KiB
Text
Raw Normal View History

2024-12-03 19:37:56 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
2024-12-03 20:05:13 +00:00
[[package]]
name = "bootloader"
version = "0.9.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "365861702868e2a37b4247aaecc7bd8f4389baec8d025497ad8ba7ff37ee9440"
2024-12-03 19:37:56 +00:00
[[package]]
name = "donald"
version = "0.1.0"
2024-12-03 20:05:13 +00:00
dependencies = [
"bootloader",
2024-12-03 21:16:06 +00:00
"lazy_static",
"spin 0.5.2",
"volatile",
2024-12-03 20:05:13 +00:00
]
2024-12-03 21:16:06 +00:00
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
dependencies = [
"spin 0.9.8",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
[[package]]
name = "volatile"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6b06ad3ed06fef1713569d547cdbdb439eafed76341820fb0e0344f29a41945"