plain-os/Cargo.lock

17 lines
381 B
Text
Raw Normal View History

2022-03-27 15:45:56 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2022-03-27 16:41:22 +00:00
[[package]]
name = "bootloader"
version = "0.9.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de78decc37247c7cfac5dbf3495c7298c6ac97cb355161caa7e15969c6648e6c"
2022-03-27 15:45:56 +00:00
[[package]]
name = "plain_os"
version = "0.1.0"
2022-03-27 16:41:22 +00:00
dependencies = [
"bootloader",
]