toymk/Cargo.lock
2020-12-07 00:08:12 -06:00

21 lines
570 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "bootloader"
version = "0.9.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83732ad599045a978528e4311539fdcb20c30e406b66d1d08cd4089d4fc8d90f"
[[package]]
name = "toymk"
version = "0.1.0"
dependencies = [
"bootloader",
"volatile",
]
[[package]]
name = "volatile"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b53d47a0f279fc0a9d9d1d82f4c6f313eb63b73e2a85d9c27fd609084cfa08f"