All checks were successful
Build and test / Tests (pull_request) Successful in 1m12s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Build and test / Build AMD64 (pull_request) Successful in 1m3s
Build and test / Generate Documentation (pull_request) Successful in 58s
Checking Renovate configuration / validate (pull_request) Successful in 1m50s
Build and test / Clippy (pull_request) Successful in 1m2s
23 lines
413 B
TOML
23 lines
413 B
TOML
[package]
|
|
name = "cbz2pdf"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.89"
|
|
clap = { version = "4.5.20", features = ["derive"] }
|
|
dialoguer = "0.12.0"
|
|
image = "0.25.2"
|
|
indicatif = "0.18.0"
|
|
log = "0.4.22"
|
|
pdf-writer = "0.14.0"
|
|
pretty_env_logger = "0.5.0"
|
|
rayon = "1.10.0"
|
|
tabled = "0.20.0"
|
|
walkdir = "2.5.0"
|
|
zip = "6.0.0"
|
|
lopdf = "0.38.0"
|
|
unrar = "0.5.8"
|
|
tempfile = "3.12.0"
|
|
|
|
[dev-dependencies]
|