expose tauri fs api

This commit is contained in:
Felix Roos 2023-06-29 02:01:22 +02:00
parent cc6997baec
commit 610ea414c1
2 changed files with 8 additions and 3 deletions

View file

@ -17,7 +17,7 @@ tauri-build = { version = "1.4.0", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.4.0", features = [] }
tauri = { version = "1.4.0", features = ["fs-all"] }
[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.