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

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5009643469

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
Lucas Fernandes Nogueira
2023-05-18 01:52:52 +00:00
committed by tauri-bot
parent c4a8aa79b7
commit ec763f0a8e

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: