all Cargo.toml: Add license to all crate Cargo.toml files

Closes: https://github.com/embassy-rs/embassy/issues/1002
This commit is contained in:
chrysn
2022-10-07 12:41:56 +02:00
parent d49d1b6b1c
commit 6718ca3a94
57 changed files with 58 additions and 1 deletions

View File

@ -2,6 +2,7 @@
edition = "2021"
name = "embassy-stm32l1-examples"
version = "0.1.0"
license = "MIT OR Apache-2.0"
[dependencies]
embassy-sync = { version = "0.1.0", path = "../../embassy-sync", features = ["defmt"] }