summaryrefslogtreecommitdiff
path: root/examples/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-03-02 21:10:45 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-03-02 21:17:51 +0100
commit49788c53640e363d44ad1e78b1abec0961a606ab (patch)
tree22241f58c224993e209c539f8b0a14ebfee35a85 /examples/Cargo.toml
parent9204516365eed2e72013bfbd970f65b3a51508f1 (diff)
downloadnrf-softdevice-49788c53640e363d44ad1e78b1abec0961a606ab.zip
Update embassy
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 b5b5bfa..09449c6 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -24,6 +24,7 @@ ble-gatt-client = ["nrf-softdevice/ble-gatt-client"]
[dependencies]
embassy = { version = "0.1.0", features = ["defmt"]}
+embassy-traits = { version = "0.1.0", features = ["defmt"]}
embassy-nrf = { version = "0.1.0", features = [ "defmt", "52840" ]}
cortex-m = { version = "0.6.4" }
cortex-m-rt = "0.6.13"