aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-08-27 19:35:56 -0400
committerBrian Cully <bjc@kublai.com>2022-08-27 19:35:56 -0400
commit0f80c612d59c855a99073e583db339fe6a42b883 (patch)
tree7594496b532f6aaa75b7793efd561503f5f948a1 /Cargo.toml
parent7846e30a25dfbbb2794035894d4b9e5c0f1ef41d (diff)
downloadluchie-0f80c612d59c855a99073e583db339fe6a42b883.tar.gz
luchie-0f80c612d59c855a99073e583db339fe6a42b883.zip
this is also broken, but at least it ain't mine
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ab7756a..ce3f550 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,6 +26,10 @@ embedded-hal = "0.2.7"
usb-device = "0.2.9"
usbd-serial = "0.1.1"
+[dependencies.synopsys-usb-otg]
+version = "0.3.0"
+features = ["riscv", "fs"]
+
[[bin]]
name = "luchie"
test = false