From e17b3f38519f5b0c61e3e12bf392e4380834831e Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Wed, 4 Mar 2026 02:23:32 +0300 Subject: [PATCH] Enable watch feature for tauri-plugin-fs --- desktop/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/Cargo.toml b/desktop/Cargo.toml index 76cfde717..51d706622 100644 --- a/desktop/Cargo.toml +++ b/desktop/Cargo.toml @@ -24,7 +24,7 @@ tauri-plugin-opener = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" tauri-plugin-dialog = "2.6.0" -tauri-plugin-fs = "2.4.5" +tauri-plugin-fs = { version = "2.4.5", features = ["watch"] } zstd = "0.13" zip = { version = "2", default-features = false } font-kit = "0.14.3"