Move tests in a separate module
[temp2RGB.git] / Cargo.toml
index 59c3461..ee00d9c 100644 (file)
@@ -22,7 +22,10 @@ log = "0.4"
 
 windows-service = "0.6"
 
+# HIDAPI is a library which allows an application to interface with
+# USB and Bluetooth HID-Class devices.
 hidapi = "2.4"
+
 libc = "0.2"
 wmi = "0.13"
 crc = "3.0"