summaryrefslogtreecommitdiff
path: root/examples/boot/application/stm32f3/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/boot/application/stm32f3/Cargo.toml')
-rw-r--r--examples/boot/application/stm32f3/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/boot/application/stm32f3/Cargo.toml b/examples/boot/application/stm32f3/Cargo.toml
index ce1e6fe4..3a184356 100644
--- a/examples/boot/application/stm32f3/Cargo.toml
+++ b/examples/boot/application/stm32f3/Cargo.toml
@@ -2,6 +2,7 @@
edition = "2021"
name = "embassy-boot-stm32f3-examples"
version = "0.1.0"
+license = "MIT OR Apache-2.0"
[dependencies]
embassy-sync = { version = "0.1.0", path = "../../../../embassy-sync", features = ["defmt"] }