This commit is contained in:
2026-04-24 04:54:33 +02:00
commit d980755621
11 changed files with 2313 additions and 0 deletions

19
Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "pixel-palette-colorizer"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.102"
clap = { version = "4.6.1", features = ["derive"] }
image = "0.25.10"
indicatif = "0.18.4"
palette = "0.7"
rayon = "1.12.0"
thiserror = "2.0.18"
tracing = "0.1.44"
tracing-subscriber = "0.3.23"
walkdir = "2"
[dev-dependencies]
tempfile = "3"