adapt plugin to notify v5

This commit is contained in:
FabianLars
2023-01-07 22:25:44 +01:00
parent b351c38e88
commit 24b09c385e
4 changed files with 131 additions and 155 deletions
Generated
+13
View File
@@ -2303,10 +2303,22 @@ dependencies = [
"kqueue",
"libc",
"mio",
"serde",
"walkdir",
"winapi",
]
[[package]]
name = "notify-debouncer-mini"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e23e9fa24f094b143c1eb61f90ac6457de87be6987bc70746e0179f7dbc9007b"
dependencies = [
"crossbeam-channel",
"notify",
"serde",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
@@ -4048,6 +4060,7 @@ version = "0.1.0"
dependencies = [
"log",
"notify",
"notify-debouncer-mini",
"serde",
"serde_json",
"tauri",