feat: add logging for debugging

This commit is contained in:
PandaDEV 2024-12-16 23:53:29 +10:00
parent 00749a9d3a
commit 14a13f44bb
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
5 changed files with 54 additions and 0 deletions

View file

@ -40,6 +40,7 @@ lazy_static = "1.5.0"
time = "0.3.37"
global-hotkey = "0.6.3"
chrono = { version = "0.4.39", features = ["serde"] }
log = { version = "0.4.22", features = ["std"] }
uuid = "1.11.0"
active-win-pos-rs = "0.8.3"
include_dir = "0.7.4"