1
Fork 0
mirror of https://github.com/RGBCube/watt synced 2025-08-03 11:27:47 +00:00

config: nuke old config and implement a new system

This commit is contained in:
RGBCube 2025-05-19 21:25:26 +03:00
parent 2995909544
commit 0d3a88be03
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
7 changed files with 158 additions and 474 deletions

View file

@ -10,7 +10,7 @@ rust-version = "1.85"
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
dirs = "6.0"
clap = { version = "4.0", features = ["derive"] }
clap = { version = "4.0", features = ["derive", "env"] }
num_cpus = "1.16"
ctrlc = "3.4"
log = "0.4"