Init
This commit is contained in:
commit
60d254952b
4 changed files with 1929 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "cbz2pdf"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.20", features = ["derive"] }
|
||||
image = "0.25.2"
|
||||
log = "0.4.22"
|
||||
pdf-writer = "0.12.0"
|
||||
pretty_env_logger = "0.5.0"
|
||||
walkdir = "2.5.0"
|
||||
zip = "2.2.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue