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

core: init daemon mode for persistent operations

This commit is contained in:
NotAShelf 2025-05-13 22:28:16 +03:00
parent e6e46e18a8
commit 48bf7508aa
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
6 changed files with 259 additions and 24 deletions

View file

@ -9,3 +9,4 @@ toml = "0.8"
dirs = "6.0"
clap = { version = "4.0", features = ["derive"] }
num_cpus = "1.16"
ctrlc = "3.4"