fix: remove git dependency in embassy-boot

This commit is contained in:
Ulf Lilleengen
2023-12-20 13:46:43 +01:00
parent c8eb128a56
commit 896690c415
3 changed files with 19 additions and 1 deletions

View File

@ -4,6 +4,12 @@ name = "embassy-boot-stm32"
version = "0.1.0"
description = "Bootloader lib for STM32 chips"
license = "MIT OR Apache-2.0"
repository = "https://github.com/embassy-rs/embassy"
categories = [
"embedded",
"no-std",
"asynchronous",
]
[package.metadata.embassy_docs]
src_base = "https://github.com/embassy-rs/embassy/blob/embassy-boot-nrf-v$VERSION/embassy-boot/stm32/src/"