mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
17 lines
380 B
TOML
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"
|