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"