aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parent7846e30a25dfbbb2794035894d4b9e5c0f1ef41d (diff)
downloadluchie-0f80c612d59c855a99073e583db339fe6a42b883.tar.gz
luchie-0f80c612d59c855a99073e583db339fe6a42b883.zip
this is also broken, but at least it ain't mine
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ff4e28f..53b2efa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -103,6 +103,7 @@ dependencies = [
"nb 1.0.0",
"riscv 0.8.0",
"riscv-rt",
+ "synopsys-usb-otg",
"usb-device",
"usbd-serial",
]
@@ -281,6 +282,18 @@ dependencies = [
]
[[package]]
+name = "synopsys-usb-otg"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5999b93d4d7e294fc26de39181dbe1428d61dd3b4046642ee0b3927ea2037c9b"
+dependencies = [
+ "embedded-hal",
+ "riscv 0.6.0",
+ "usb-device",
+ "vcell",
+]
+
+[[package]]
name = "unicode-ident"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"