aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-08-11 13:40:04 -0400
committerBrian Cully <bjc@kublai.com>2022-08-11 13:40:04 -0400
commit7846e30a25dfbbb2794035894d4b9e5c0f1ef41d (patch)
tree9ad8ee61fdcccd6200396d4f9164b4ad4d823d69 /Cargo.toml
parent8c1cb71bbe54301b711519267d40bf854f6fcf1f (diff)
downloadluchie-7846e30a25dfbbb2794035894d4b9e5c0f1ef41d.tar.gz
luchie-7846e30a25dfbbb2794035894d4b9e5c0f1ef41d.zip
usb peripheral now starting ‘connect()’
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3a8e031..ab7756a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,6 +23,8 @@ riscv = "0.8.0"
riscv-rt = "0.9.0"
nb = "1.0.0"
embedded-hal = "0.2.7"
+usb-device = "0.2.9"
+usbd-serial = "0.1.1"
[[bin]]
name = "luchie"