diff --git a/Cargo.toml b/Cargo.toml index 5f2a9d8..aecf549 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,6 +58,7 @@ defmt = "=0.3.2" defmt-rtt = "0.4.0" embedded-hal = "0.2.6" embedded-io = "0.6.1" +embedded-io-async = { version = "0.6.0" } panic-probe = { version = "0.3", features = ["print-defmt"] } futures = { version = "0.3.17", default-features = false, features = [ "async-await",