cbz2pdf/Cargo.toml
Renovate 0b576d3a43
All checks were successful
Build and test / Tests (pull_request) Successful in 27s
Build and test / Clippy (pull_request) Successful in 45s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Build and test / Build AMD64 (pull_request) Successful in 29s
Checking Renovate configuration / validate (pull_request) Successful in 1m18s
Build and test / Generate Documentation (pull_request) Successful in 57s
fix(deps): update rust crate indicatif to 0.18.0
2025-10-09 19:05:43 +11:00

18 lines
340 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.12.0"
pretty_env_logger = "0.5.0"
rayon = "1.10.0"
tabled = "0.16.0"
walkdir = "2.5.0"
zip = "2.2.0"