feat(main): very early version of image output
This commit is contained in:
parent
bad28abf05
commit
a0ad592374
7 changed files with 1092 additions and 21 deletions
|
@ -4,11 +4,14 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
ab_glyph = "0.2.30"
|
||||
anyhow = "1.0.98"
|
||||
clap = { version = "4.5.40", features = ["derive"] }
|
||||
console = "0.16.0"
|
||||
csv = "1.3.1"
|
||||
dialoguer = "0.11.0"
|
||||
image = "0.25.6"
|
||||
imageproc = "0.25.0"
|
||||
indicatif = "0.18.0"
|
||||
once_cell = "1.21.3"
|
||||
rayon = "1.10.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue