feat: progress bar.

This commit is contained in:
2025-12-18 23:52:50 +08:00
parent 13083ed92e
commit 09f2452bc4
4 changed files with 386 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "l-s"
version = "0.2.1"
version = "0.3.0"
authors = ["licsber <admin@licsber.site>"]
edition = "2021"
@@ -14,6 +14,7 @@ license = "AGPL-3.0-only"
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
ed2k = "1.0.1"
indicatif = "0.17"
md-5 = "0.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"