rust downloading function

This commit is contained in:
SpikeHD
2022-05-09 17:57:46 -07:00
parent 8798b29b7c
commit 6aacba76c6
4 changed files with 194 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ tracing = "0.1.34"
tokio-rustls = "0.23.4"
tokio-tungstenite = "0.17.1"
rustls-pemfile = "1.0.0"
reqwest = { version = "0.11.3", features = ["stream"] }
futures-util = "0.3.14"
[features]
# by default Tauri runs in production mode