aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb/Cargo.toml
diff options
context:
space:
mode:
authorMatt Ickstadt <[email protected]>2023-01-12 14:59:25 -0600
committeralexmoon <[email protected]>2023-02-07 14:24:35 -0500
commitf5ff3c4ac31c79cedf077f559dbd5685886399cc (patch)
tree6f8b76bd443453fde4e01a8f366e45cfb9edb9da /embassy-usb/Cargo.toml
parenta7fa7d0de2fa7b8fab889879b6003df8427c6841 (diff)
usb: add support for MS OS Descriptors
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 1e567bb94..31d1f4cae 100644
--- a/embassy-usb/Cargo.toml
+++ b/embassy-usb/Cargo.toml
@@ -24,6 +24,7 @@ embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-
24defmt = { version = "0.3", optional = true } 24defmt = { version = "0.3", optional = true }
25log = { version = "0.4.14", optional = true } 25log = { version = "0.4.14", optional = true }
26heapless = "0.7.10" 26heapless = "0.7.10"
27widestring = { version = "1.0.2", default-features = false }
27 28
28# for HID 29# for HID
29usbd-hid = { version = "0.6.0", optional = true } 30usbd-hid = { version = "0.6.0", optional = true }