Progress on downloads. Currently working on parsing functions to be run asynchronously

This commit is contained in:
quexeky
2024-10-18 07:45:09 +11:00
parent 943e649fbc
commit 31e794f637
7 changed files with 89 additions and 0 deletions
+13
View File
@@ -1037,6 +1037,7 @@ dependencies = [
"tauri-plugin-dialog",
"tauri-plugin-shell",
"tauri-plugin-single-instance",
"tokio",
"url",
"uuid",
"webbrowser",
@@ -4500,10 +4501,22 @@ dependencies = [
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
"tracing",
"windows-sys 0.52.0",
]
[[package]]
name = "tokio-macros"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
]
[[package]]
name = "tokio-native-tls"
version = "0.3.1"