diff options
| author | Matt Rodgers <[email protected]> | 2025-05-07 21:15:54 +0100 |
|---|---|---|
| committer | Matt Rodgers <[email protected]> | 2025-05-07 21:22:56 +0100 |
| commit | d46d3119cea14f6cd14c2fae7bf712faff4e6cfe (patch) | |
| tree | 42cd08301eb67cd2836db1334328248729957607 /embassy-usb/Cargo.toml | |
| parent | 6c6ae4f9fca1eaff6cb9f2896de333d9493ea840 (diff) | |
Implement embedded-io-async traits for USB CDC ACM
Diffstat (limited to 'embassy-usb/Cargo.toml')
| -rw-r--r-- | embassy-usb/Cargo.toml | 1 |
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" } | |||
| 52 | embassy-net-driver-channel = { version = "0.3.0", path = "../embassy-net-driver-channel" } | 52 | embassy-net-driver-channel = { version = "0.3.0", path = "../embassy-net-driver-channel" } |
| 53 | 53 | ||
| 54 | defmt = { version = "0.3", optional = true } | 54 | defmt = { version = "0.3", optional = true } |
| 55 | embedded-io-async = "0.6.1" | ||
| 55 | log = { version = "0.4.14", optional = true } | 56 | log = { version = "0.4.14", optional = true } |
| 56 | heapless = "0.8" | 57 | heapless = "0.8" |
| 57 | 58 | ||
