fix: make request sending asynchronous too
This commit is contained in:
parent
2f96459f58
commit
fb227660bb
4 changed files with 100 additions and 70 deletions
|
@ -7,7 +7,7 @@ edition = "2024"
|
|||
color-eyre = "0.6.4"
|
||||
dirs = "6.0.0"
|
||||
relm4 = { version = "0.9.1", features = ["gnome_47", "libadwaita"] }
|
||||
reqwest = { version = "0.12.15", default-features = false, features = ["http2", "charset", "rustls-tls", "blocking", "json", "multipart"] }
|
||||
reqwest = { version = "0.12.15", default-features = false, features = ["http2", "charset", "rustls-tls", "json", "multipart", "stream"] }
|
||||
rfd = { version = "0.15.3", default-features = false, features = ["tokio", "xdg-portal"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
toml = "0.8.22"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue