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.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "12bb800996a6b2458261203a05bcf577b2fe90725ee07dcc563c61af7bb89682"
|