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

View file

@ -6,10 +6,12 @@ edition = "2024"
[dependencies]
color-eyre = "0.6.4"
dirs = "6.0.0"
futures = "0.3.31"
relm4 = { version = "0.9.1", features = ["gnome_47", "libadwaita"] }
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"] }
tokio-util = { version = "0.7.15", features = ["io"] }
toml = "0.8.22"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }