Add support to 'shutdown' signal
[temp2RGB.git] / Cargo.toml
index 0089ff5..59c3461 100644 (file)
@@ -14,6 +14,12 @@ 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 = "2.4"