Watch folders for changes

This commit is contained in:
Jeremy Soller 2024-01-30 11:26:23 -07:00
parent 12a2a39a9f
commit 12d087abd9
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
4 changed files with 182 additions and 5 deletions

View file

@ -11,6 +11,7 @@ env_logger = "0.11"
once_cell = "1.19"
lexical-sort = "0.3.1"
log = "0.4"
notify = "6"
paste = "1.0"
serde = { version = "1", features = ["serde_derive"] }
tokio = { version = "1" }