Implementation of ProgressBar (#1)

Co-authored-by: Waradu <waradu@outlook.com>
This commit is contained in:
PandaDEV 2024-10-21 00:30:58 +10:00 committed by GitHub
parent c7e859badf
commit 7a101fde14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 202 additions and 68 deletions

View file

@ -12,6 +12,7 @@ keywords = ["streamshare", "file-sharing", "upload"]
[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
kdam = { version = "0.5.2", features = ["rich", "spinner"] }
streamshare = "3"
tokio = { version = "1.40.0", features = ["full"] }