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

@@ -13,6 +13,7 @@
],
"dependencies": {
"@tauri-apps/cli": "^2.0.0-rc.6",
"@tauri-apps/plugin-fs": "^2.0.0-rc.2",
"jazz-nodejs": "^0.7.34",
"react-icons": "^5.3.0"
},