cargo fmt
[temp2RGB.git] / Cargo.toml
index 0089ff5..b44964a 100644 (file)
@@ -14,9 +14,21 @@ ron = "0.8" # Rust object notation, to load configuration files.
 
 num = "0.4"
 
+dirs = "5.0"
+anyhow = "1.0"
+
+flexi_logger = "0.26"
+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"