aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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