Working file support

This commit is contained in:
Adrian Osterwind 2024-11-15 11:51:48 +01:00
parent 9983220f89
commit 20dc11ef06
4 changed files with 18 additions and 3 deletions

View file

@ -18,7 +18,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
tauri-build = { version = "2", features = [] }
[dependencies]
tauri = { version = "2", features = [] }
tauri = { version = "2", features = ["protocol-asset"] }
tauri-plugin-shell = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"