Fix config watching

This commit is contained in:
Jeremy Soller 2025-06-23 11:20:48 -06:00
parent 1af2f4ffe5
commit a85b369399
3 changed files with 29 additions and 36 deletions

View file

@ -26,7 +26,6 @@ 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"