Skip to content

Commit 0c81958

Browse files
Drevoeddrevoed
authored and
drevoed
committed
feat: use async in most of commands
1 parent 3b7595e commit 0c81958

File tree

8 files changed

+530
-272
lines changed

8 files changed

+530
-272
lines changed

src-tauri/Cargo.lock

+205
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ hudsucker = "0.18.0"
5050
tracing = "0.1.37"
5151
tokio-rustls = "0.23.4"
5252
tokio-tungstenite = "0.17.2"
53-
tokio = { version = "1.21.2", features = ["signal", "macros", "rt-multi-thread"] }
53+
tokio = { version = "1.21.2", features = ["signal", "macros", "rt-multi-thread", "io-std", "fs"] }
5454
rustls-pemfile = "1.0.1"
5555
reqwest = { version = "0.11.13", features = ["stream"] }
5656
futures-util = "0.3.25"
@@ -64,6 +64,10 @@ file_diff = "1.0.0"
6464
rust-ini = "0.18.0"
6565
ctrlc = "3.2.3"
6666
thiserror = "1.0.37"
67+
dashmap = { version = "5.4.0", features = ["serde"] }
68+
tokio-util = "0.7.4"
69+
async_zip = "0.0.9"
70+
sanitize-filename = "0.4.0"
6771

6872
[features]
6973
# by default Tauri runs in production mode

0 commit comments

Comments
 (0)