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

core: switch to log for proper logging

This commit is contained in:
NotAShelf 2025-05-14 02:57:22 +03:00
parent 02a11eb9db
commit b7f374c32c
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
5 changed files with 210 additions and 166 deletions

View file

@ -12,3 +12,5 @@ num_cpus = "1.16"
ctrlc = "3.4"
notify = { version = "8.0.0", features = ["serde"] }
chrono = "0.4"
log = "0.4"
env_logger = "0.11"