diff --git a/Cargo.lock b/Cargo.lock deleted file mode 100644 index 3091f5f..0000000 --- a/Cargo.lock +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 3 - -[[package]] -name = "bootloader" -version = "0.9.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7c452074efc3c0bfb241fb7bc87df04741c7c85e926f6a07c05f8fbd6008240" - -[[package]] -name = "hanabi" -version = "0.1.0" -dependencies = [ - "bootloader", - "volatile", -] - -[[package]] -name = "volatile" -version = "0.2.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6b06ad3ed06fef1713569d547cdbdb439eafed76341820fb0e0344f29a41945"