diff options
Diffstat (limited to 'docs/modules/ROOT/examples/basic/Cargo.toml')
| -rw-r--r-- | docs/modules/ROOT/examples/basic/Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/modules/ROOT/examples/basic/Cargo.toml b/docs/modules/ROOT/examples/basic/Cargo.toml index a683a28bf..0f1c30da3 100644 --- a/docs/modules/ROOT/examples/basic/Cargo.toml +++ b/docs/modules/ROOT/examples/basic/Cargo.toml | |||
| @@ -5,9 +5,8 @@ name = "embassy-basic-example" | |||
| 5 | version = "0.1.0" | 5 | version = "0.1.0" |
| 6 | 6 | ||
| 7 | [dependencies] | 7 | [dependencies] |
| 8 | embassy = { version = "0.1.0", path = "../../../../embassy", features = ["defmt"] } | 8 | embassy = { version = "0.1.0", path = "../../../../../embassy", features = ["defmt"] } |
| 9 | embassy-traits = { version = "0.1.0", path = "../../../../embassy-traits", features = ["defmt"] } | 9 | embassy-nrf = { version = "0.1.0", path = "../../../../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote"] } |
| 10 | embassy-nrf = { version = "0.1.0", path = "../../../../embassy-nrf", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote"] } | ||
| 11 | 10 | ||
| 12 | defmt = "0.3" | 11 | defmt = "0.3" |
| 13 | defmt-rtt = "0.3" | 12 | defmt-rtt = "0.3" |
