improv(cosmic-config): use notifier debouncer on inotify watchers

This commit is contained in:
Michael Aaron Murphy 2025-06-23 17:13:58 +02:00
parent 5be9611c8a
commit 90ad3e9e1b
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
3 changed files with 14 additions and 10 deletions

View file

@ -26,6 +26,7 @@ dirs.workspace = true
tokio = { version = "1.44", optional = true, features = ["time"] }
async-std = { version = "1.13", optional = true }
tracing = "0.1"
notify-debouncer-full = "0.5.0"
[target.'cfg(unix)'.dependencies]
xdg = "2.5"