Files
blog_os/Cargo.lock
2024-02-16 15:59:13 +01:00

17 lines
380 B
TOML

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