summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2021-04-16 15:05:22 +0300
committerYuval Adam <_@yuv.al>2021-04-17 10:33:57 +0300
commitef64d358a25e69e440305e1216824921536d5587 (patch)
tree4fccfa6d8655aff2259cbb37aec5f52c95b398e3 /Cargo.toml
parent43e56d7e4c5ce653a52a678a14411125d682b7e6 (diff)
Initial rusb version that actually compiles!
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 589f40c..171186f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,4 +4,4 @@ version = "0.2.0"
authors = ["Yuval Adam <_@yuv.al>"]
[dependencies]
-libusb = "0.3"
+rusb = "0.8"