Add progress bars to ingest command
This commit is contained in:
parent
8016bbfc83
commit
d9fd29c1c3
3 changed files with 195 additions and 21 deletions
|
|
@ -5,6 +5,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.23", features = ["derive", "deprecated"] }
|
||||
indicatif = "0.17.9"
|
||||
regex = "1.11.1"
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
serde_json = "1.0.134"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue