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:
parent
2995909544
commit
0d3a88be03
7 changed files with 158 additions and 474 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue