[feat] optimize tauri write binary file

This commit is contained in:
Sunho Kim
2024-06-28 02:37:24 -07:00
parent 1e4fb7633e
commit 73b3425f5f
3 changed files with 80 additions and 8 deletions

View File

@@ -23,6 +23,10 @@ zip = "0.6.6"
tar = "0.4.40"
eventsource-client = "0.12.2"
futures = "0.3.30"
actix-web = "4.0"
actix-cors = "0.6"
actix-rt = "2.5"
url = "2.2"
[features]
# this feature is used for production builds or when `devPath` points to the filesystem