Files
blog_os/Cargo.lock
2021-02-02 10:51:03 +01:00

15 lines
367 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "blog_os"
version = "0.1.0"
dependencies = [
"bootloader",
]
[[package]]
name = "bootloader"
version = "0.9.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "452bbab4eae8767805ff09386c9e26d42ceb6964916ab3c64425469342473f91"