1
Fork 0
mirror of https://github.com/RGBCube/superfreq synced 2025-07-30 10:27:45 +00:00

config: modularize; add config watcher and move error variants

This commit is contained in:
NotAShelf 2025-05-14 01:17:42 +03:00
parent dde938b638
commit 9f7d86ff01
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
10 changed files with 349 additions and 126 deletions

View file

@ -10,3 +10,4 @@ dirs = "6.0"
clap = { version = "4.0", features = ["derive"] }
num_cpus = "1.16"
ctrlc = "3.4"
notify = { version = "8.0.0", features = ["serde"] }