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 = 4
|
|
|
|
[[package]]
|
|
name = "blog_os"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bootloader",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bootloader"
|
|
version = "0.9.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ea119c3ed05625c179e09d17d0914570a3753ca09c890a73d98f6b72aea00d2"
|