initial commit

This commit is contained in:
Noa Aarts 2026-01-26 19:41:09 +01:00
commit 20affba4e4
Signed by: noa
GPG key ID: 1850932741EFF672
7 changed files with 1570 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "png-change"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.54", features = ["derive"] }
image = "0.25.9"
png = "0.18.0"