pull/1999/head
FabianLars 9 months ago
parent e6ba2d25c2
commit c3cb04c4f9
No known key found for this signature in database

@ -36,7 +36,10 @@ anyhow = "1"
uuid = { version = "1", features = ["v4"] }
glob = "0.3"
# TODO: Remove `serialization-compat-6` in v3
notify = { version = "7", optional = true, features = ["serde", "serialization-compat-6"] }
notify = { version = "7", optional = true, features = [
"serde",
"serialization-compat-6",
] }
notify-debouncer-full = { version = "0.4", optional = true }
dunce = { workspace = true }
percent-encoding = "2"

Loading…
Cancel
Save