diff options
| author | Mathias <[email protected]> | 2022-10-11 09:19:55 +0200 |
|---|---|---|
| committer | Mathias <[email protected]> | 2022-10-11 09:19:55 +0200 |
| commit | aff265a7f59acf84216a8127df23fd89cb62edbd (patch) | |
| tree | 0e629de56f19b09efdb1226f9f7e5f1b1d00b28a /docs/modules/ROOT/examples/basic/Cargo.toml | |
| parent | 79cee7415110817b529a68848247a86708bcd6af (diff) | |
| parent | 9d5b524bb083310c2e1753859ebc9fca080a4238 (diff) | |
Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-stm32/rtc
Diffstat (limited to 'docs/modules/ROOT/examples/basic/Cargo.toml')
| -rw-r--r-- | docs/modules/ROOT/examples/basic/Cargo.toml | 1 |
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]>"] | |||
| 3 | edition = "2018" | 3 | edition = "2018" |
| 4 | name = "embassy-basic-example" | 4 | name = "embassy-basic-example" |
| 5 | version = "0.1.0" | 5 | version = "0.1.0" |
| 6 | license = "MIT OR Apache-2.0" | ||
| 6 | 7 | ||
| 7 | [dependencies] | 8 | [dependencies] |
| 8 | embassy-executor = { version = "0.1.0", path = "../../../../../embassy-executor", features = ["defmt", "nightly"] } | 9 | embassy-executor = { version = "0.1.0", path = "../../../../../embassy-executor", features = ["defmt", "nightly"] } |
