feat: add upload progress bar

This commit is contained in:
uku 2025-05-12 22:54:13 +02:00
parent ca96431208
commit 3b75134572
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
4 changed files with 125 additions and 27 deletions

2
Cargo.lock generated
View file

@ -2282,10 +2282,12 @@ version = "0.1.0"
dependencies = [
"color-eyre",
"dirs",
"futures",
"relm4",
"reqwest",
"rfd",
"serde",
"tokio-util",
"toml",
"tracing",
"tracing-subscriber",