Started conversion from inotify to notify

This commit is contained in:
Hector van der Aa
2026-03-11 22:14:33 +01:00
parent a24fca0e87
commit c0a6c4da91
3 changed files with 192 additions and 57 deletions

View File

@@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
inotify = "0.11.1"
notify = "8.2.0"
serde = { version = "1.0.228", features = ["derive"] }
toml = "1.0.6"