aboutsummaryrefslogtreecommitdiff
path: root/examples/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2020-09-24 22:46:00 +0200
committerDario Nieuwenhuis <[email protected]>2020-09-24 22:46:00 +0200
commitafcf7255196c4362df72b9e675813cf40876750a (patch)
tree104054850f72a455ab858cfdf2c952804ee969ba /examples/Cargo.toml
parent82e5e3c45f16147863fae0187bab1d9122439280 (diff)
Add rtc_async example
Diffstat (limited to 'examples/Cargo.toml')
-rw-r--r--examples/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index 5194e4f44..4e81d1daa 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -28,3 +28,4 @@ embassy = { version = "0.1.0", path = "../embassy" }
28embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt-trace", "52840"] } 28embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt-trace", "52840"] }
29static-executor = { version = "0.1.0", features=["defmt"]} 29static-executor = { version = "0.1.0", features=["defmt"]}
30futures = { version = "0.3.5", default-features = false } 30futures = { version = "0.3.5", default-features = false }
31futures-intrusive = { version = "0.3.1", default-features = false } \ No newline at end of file