aboutsummaryrefslogtreecommitdiff
path: root/examples/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Cargo.toml')
-rw-r--r--examples/Cargo.toml13
1 files changed, 8 insertions, 5 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index 8eb7a5ff7..719f73269 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -17,14 +17,17 @@ defmt-error = []
17 17
18 18
19[dependencies] 19[dependencies]
20embassy = { version = "0.1.0", path = "../embassy", features = ["defmt"] }
21embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt", "defmt-trace", "52840"] }
22anyfmt = { version = "0.1.0", path = "../anyfmt", features = ["defmt"] }
23
24defmt = "0.1.0"
25defmt-rtt = "0.1.0"
26
20cortex-m = { version = "0.6.3" } 27cortex-m = { version = "0.6.3" }
21cortex-m-rt = "0.6.12" 28cortex-m-rt = "0.6.12"
22defmt = "0.1.0"
23embedded-hal = { version = "0.2.4" } 29embedded-hal = { version = "0.2.4" }
24defmt-rtt = "0.1.0"
25panic-probe = "0.1.0" 30panic-probe = "0.1.0"
26nrf52840-hal = { version = "0.11.0" } 31nrf52840-hal = { version = "0.11.0" }
27embassy = { version = "0.1.0", path = "../embassy" }
28embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt-trace", "52840"] }
29futures = { version = "0.3.7", default-features = false, features = ["async-await"] } 32futures = { version = "0.3.7", default-features = false, features = ["async-await"] }
30cortex-m-rtic = { git = "https://github.com/rtic-rs/cortex-m-rtic", branch = "master"} \ No newline at end of file 33cortex-m-rtic = { git = "https://github.com/rtic-rs/cortex-m-rtic", branch = "master"}