aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/examples/basic/Cargo.toml
diff options
context:
space:
mode:
authorchrysn <[email protected]>2022-10-07 12:41:56 +0200
committerchrysn <[email protected]>2022-10-07 12:41:56 +0200
commit6718ca3a9412c9fbd5f1161b1123664024ffbe37 (patch)
tree009bb315252a00453cd919b5e6d633f71532e8b1 /docs/modules/ROOT/examples/basic/Cargo.toml
parentd49d1b6b1cf6de9577816397db3c41f6e93aa4e6 (diff)
all Cargo.toml: Add license to all crate Cargo.toml files
Closes: https://github.com/embassy-rs/embassy/issues/1002
Diffstat (limited to 'docs/modules/ROOT/examples/basic/Cargo.toml')
-rw-r--r--docs/modules/ROOT/examples/basic/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/modules/ROOT/examples/basic/Cargo.toml b/docs/modules/ROOT/examples/basic/Cargo.toml
index ae124a871..c13f546e2 100644
--- a/docs/modules/ROOT/examples/basic/Cargo.toml
+++ b/docs/modules/ROOT/examples/basic/Cargo.toml
@@ -3,6 +3,7 @@ authors = ["Dario Nieuwenhuis <[email protected]>"]
3edition = "2018" 3edition = "2018"
4name = "embassy-basic-example" 4name = "embassy-basic-example"
5version = "0.1.0" 5version = "0.1.0"
6license = "MIT OR Apache-2.0"
6 7
7[dependencies] 8[dependencies]
8embassy-executor = { version = "0.1.0", path = "../../../../../embassy-executor", features = ["defmt", "nightly"] } 9embassy-executor = { version = "0.1.0", path = "../../../../../embassy-executor", features = ["defmt", "nightly"] }