(feat:background) Fix Rust-based file download & Create the 'bg' directory on app setup

This commit is contained in:
KingRainbow44
2023-11-29 23:48:29 -05:00
parent 41c074e462
commit ee4b5ad0d9
4 changed files with 1219 additions and 25 deletions

View File

@@ -13,10 +13,12 @@ edition = "2021"
tauri-build = { version = "1.5", features = [] }
[dependencies]
tauri = { version = "1.5", features = ["shell-open"] }
tauri = { version = "1.5", features = [ "api-all"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = "0.11.22"
[features]
# this feature is used for production builds or when `devPath` points to the filesystem
# DO NOT REMOVE!!