cargo fmt
[temp2RGB.git] / Cargo.toml
index 59c3461..b44964a 100644 (file)
@@ -22,7 +22,13 @@ 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"
+
+# Nvidia API.
+nvapi = "0.1"
+
 libc = "0.2"
 wmi = "0.13"
 crc = "3.0"