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

core: improve formatting & display for info command

This commit is contained in:
NotAShelf 2025-05-14 02:05:12 +03:00
parent 166dc5a6a5
commit fad56e6e1e
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
4 changed files with 457 additions and 80 deletions

View file

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