From 378adf35bd891e1633ab8a9b47f4660ce64302fd Mon Sep 17 00:00:00 2001 From: Thamnh <55310257+Thamnh@users.noreply.github.com> Date: Sun, 24 Jul 2022 00:46:58 +0700 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8a18526..c17eea1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,7 @@ links = "usb-1.0" [dependencies] libc = "0.2" +libusb-sys = "0.2" [build-dependencies] pkg-config = "0.3.2"