Add bootloader_api dependency

This commit is contained in:
Philipp Oppermann
2023-03-25 19:49:46 +01:00
parent 2dc10d0198
commit eb78b1fb9b
2 changed files with 10 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bootloader_api = "0.11.0"
[profile.dev]
panic = "abort"