This commit is contained in:
Breadway 2026-05-11 16:30:05 +08:00
parent 0e3233009b
commit 1a00daf6a8
11 changed files with 1192 additions and 67 deletions

View file

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