refactor: move fs-watch to fs (#369)

This commit is contained in:
Lucas Fernandes Nogueira
2023-05-17 22:50:45 -03:00
committed by GitHub
parent b064718f32
commit ac76abcebd
22 changed files with 52 additions and 1689 deletions
Generated
+5 -16
View File
@@ -3100,9 +3100,9 @@ dependencies = [
[[package]]
name = "notify"
version = "5.1.0"
version = "5.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58ea850aa68a06e48fdb069c0ec44d0d64c8dbffa49bf3b6f7f0a901fdea1ba9"
checksum = "729f63e1ca555a43fe3efa4f3efdf4801c479da85b432242a7b726f353c88486"
dependencies = [
"bitflags 1.3.2",
"crossbeam-channel",
@@ -3114,7 +3114,7 @@ dependencies = [
"mio",
"serde",
"walkdir",
"windows-sys 0.42.0",
"windows-sys 0.45.0",
]
[[package]]
@@ -5150,25 +5150,14 @@ version = "0.0.0"
dependencies = [
"anyhow",
"glob",
"notify",
"notify-debouncer-mini",
"serde",
"tauri",
"thiserror",
"uuid",
]
[[package]]
name = "tauri-plugin-fs-watch"
version = "0.0.0"
dependencies = [
"log",
"notify",
"notify-debouncer-mini",
"serde",
"serde_json",
"tauri",
"thiserror",
]
[[package]]
name = "tauri-plugin-global-shortcut"
version = "0.0.0"