diff options
| author | Dario Nieuwenhuis <[email protected]> | 2020-09-24 22:46:00 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2020-09-24 22:46:00 +0200 |
| commit | afcf7255196c4362df72b9e675813cf40876750a (patch) | |
| tree | 104054850f72a455ab858cfdf2c952804ee969ba /examples/Cargo.toml | |
| parent | 82e5e3c45f16147863fae0187bab1d9122439280 (diff) | |
Add rtc_async example
Diffstat (limited to 'examples/Cargo.toml')
| -rw-r--r-- | examples/Cargo.toml | 1 |
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" } | |||
| 28 | embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt-trace", "52840"] } | 28 | embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", features = ["defmt-trace", "52840"] } |
| 29 | static-executor = { version = "0.1.0", features=["defmt"]} | 29 | static-executor = { version = "0.1.0", features=["defmt"]} |
| 30 | futures = { version = "0.3.5", default-features = false } | 30 | futures = { version = "0.3.5", default-features = false } |
| 31 | futures-intrusive = { version = "0.3.1", default-features = false } \ No newline at end of file | ||
