Added the watcher

This commit is contained in:
Connor Johnstone
2026-03-17 18:37:28 -04:00
parent 50e17eb227
commit 33b2bb3fa3
6 changed files with 11 additions and 21 deletions

9
Cargo.lock generated
View File

@@ -2589,11 +2589,20 @@ dependencies = [
name = "shanty-watch"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"clap",
"dirs",
"sea-orm",
"serde",
"serde_json",
"shanty-db",
"strsim",
"thiserror",
"tokio",
"tracing",
"tracing-subscriber",
"unicode-normalization",
]
[[package]]