better logging
Use callbacks to report progress, indicatif for progress bars, no direct logs but progress messages
This commit is contained in:
@@ -10,14 +10,18 @@ cmd_lib = "2.0.0"
|
||||
flate2 = "1.1.5"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
csv = "1.3.0"
|
||||
reqwest = { version = "0.12.9", features = ["blocking", "json"] }
|
||||
reqwest = { version = "0.12.9", features = ["blocking", "json", "stream"] }
|
||||
git2 = "0.19.0"
|
||||
regex = "1"
|
||||
chrono = "0.4"
|
||||
tokio = { version = "1.41.1", features = ["full"] }
|
||||
sha2 = "0.10.8"
|
||||
hex = "0.4.3"
|
||||
tracing = "0.1.42"
|
||||
log = "0.4.28"
|
||||
indicatif = "0.17"
|
||||
indicatif-log-bridge = "0.2.3"
|
||||
env_logger = "0.11.8"
|
||||
futures-util = { version = "0.3.31", features = ["tokio-io"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.10.1"
|
||||
|
||||
Reference in New Issue
Block a user