feat(tauri): add FS interface

This commit is contained in:
Alice Carroll
2024-09-03 22:24:26 +03:00
parent e88f8b1cee
commit fa0c6bbf37
5 changed files with 163 additions and 2 deletions

View File

@@ -18,3 +18,4 @@ tauri-build = { version = "2.0.0-rc.6", features = [] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tauri = { version = "2.0.0-rc.6", features = [] }
tauri-plugin-fs = { version = "2.0.0-rc.1", features = ["watch"] }