summaryrefslogtreecommitdiff
path: root/examples/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <ulf.lilleengen@gmail.com>2022-01-27 17:43:08 +0100
committerUlf Lilleengen <ulf.lilleengen@gmail.com>2022-01-27 17:45:02 +0100
commit3d11b70e5e64df4a583238ce37647e531930668a (patch)
tree741ead6693652f7388a99f36617f68fc4c68bf71 /examples/Cargo.toml
parent6e196a3c48857aba00ff400e4e31e730faab20b1 (diff)
downloadnrf-softdevice-3d11b70e5e64df4a583238ce37647e531930668a.zip
Migrate do embedded-storage-async
Diffstat (limited to 'examples/Cargo.toml')
-rw-r--r--examples/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index 995b6f4..4d56e3c 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -26,6 +26,8 @@ nrf-softdevice-defmt-rtt = { path = "../nrf-softdevice-defmt-rtt", version = "0.
panic-probe = { version = "0.3", features= ["print-defmt"] }
nrf-softdevice = { version = "0.1.0", path = "../nrf-softdevice", features = ["defmt", "nrf52840", "s140", "ble-peripheral", "ble-central", "critical-section-impl"] }
nrf-softdevice-s140 = { version = "0.1.1", path = "../nrf-softdevice-s140" }
+embedded-storage = { git = "https://github.com/embassy-rs/embedded-storage.git", branch = "embassy" }
+embedded-storage-async = { git = "https://github.com/embassy-rs/embedded-storage.git", branch = "embassy" }
futures = { version = "0.3.5", default-features = false }
fixed = "1.2.0"
heapless = "0.7.1"