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
+1 -1
View File
@@ -18,7 +18,7 @@ Install the Core plugin by adding the following to your `Cargo.toml` file:
```toml
[dependencies]
tauri-plugin-fs-extra = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
tauri-plugin-http = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
```
You can install the JavaScript Guest bindings using your preferred JavaScript package manager: