aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb/Cargo.toml
diff options
context:
space:
mode:
authorMatt Rodgers <[email protected]>2025-05-07 21:15:54 +0100
committerMatt Rodgers <[email protected]>2025-05-07 21:22:56 +0100
commitd46d3119cea14f6cd14c2fae7bf712faff4e6cfe (patch)
tree42cd08301eb67cd2836db1334328248729957607 /embassy-usb/Cargo.toml
parent6c6ae4f9fca1eaff6cb9f2896de333d9493ea840 (diff)
Implement embedded-io-async traits for USB CDC ACM
Diffstat (limited to 'embassy-usb/Cargo.toml')
-rw-r--r--embassy-usb/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-usb/Cargo.toml b/embassy-usb/Cargo.toml
index 771190c89..4950fbe2a 100644
--- a/embassy-usb/Cargo.toml
+++ b/embassy-usb/Cargo.toml
@@ -52,6 +52,7 @@ embassy-sync = { version = "0.6.2", path = "../embassy-sync" }
52embassy-net-driver-channel = { version = "0.3.0", path = "../embassy-net-driver-channel" } 52embassy-net-driver-channel = { version = "0.3.0", path = "../embassy-net-driver-channel" }
53 53
54defmt = { version = "0.3", optional = true } 54defmt = { version = "0.3", optional = true }
55embedded-io-async = "0.6.1"
55log = { version = "0.4.14", optional = true } 56log = { version = "0.4.14", optional = true }
56heapless = "0.8" 57heapless = "0.8"
57 58