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

View File

@@ -26,6 +26,8 @@ prost-types = "0.13.2"
bytes = "1.7.1"
nucleo-matcher = "0.3.1"
ratatui = "0.28.1"
crossterm = { version = "0.28.0", features = ["event-stream"] }
futures = "0.3.30"
[dev-dependencies]
pretty_assertions = "1.4.0"