feat(main): add csv output
This commit is contained in:
parent
50b9a8dac4
commit
bad28abf05
3 changed files with 98 additions and 4 deletions
|
@ -7,6 +7,7 @@ edition = "2024"
|
|||
anyhow = "1.0.98"
|
||||
clap = { version = "4.5.40", features = ["derive"] }
|
||||
console = "0.16.0"
|
||||
csv = "1.3.1"
|
||||
dialoguer = "0.11.0"
|
||||
indicatif = "0.18.0"
|
||||
once_cell = "1.21.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue