Enhance timestamp formatting and add reload watcher functionality

This commit is contained in:
Breadway 2026-05-11 16:40:49 +08:00
parent 65f81db562
commit 7c29befc0d
2 changed files with 42 additions and 9 deletions

View file

@ -11,3 +11,4 @@ tokio.workspace = true
anyhow.workspace = true
clap = { version = "4.5", features = ["derive"] }
notify = "6.1"
libc = "0.2"