fefos/Cargo.lock

15 lines
364 B
TOML

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