feat: add spinner around download
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-09-23 00:18:47 +02:00
parent 96d97a8167
commit 5900482b56
8 changed files with 428 additions and 5 deletions

3
Cargo.lock generated
View File

@@ -315,6 +315,7 @@ checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
dependencies = [
"bitflags",
"crossterm_winapi",
"futures-core",
"mio",
"parking_lot",
"rustix",
@@ -570,8 +571,10 @@ dependencies = [
"async-trait",
"bytes",
"clap",
"crossterm",
"dirs",
"dotenv",
"futures",
"gitea-rs",
"nucleo-matcher",
"octocrab",