feat: Adding a KPM monitor to handle KPM file creation and deletion events

This commit is contained in:
ShirkNeko
2025-04-07 21:18:14 +08:00
parent 1b700fb8e0
commit de089b7b73
3 changed files with 67 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
notify = "6.1"
anyhow = "1"
clap = { version = "4", features = ["derive"] }
const_format = "0.2"