add license and description

This commit is contained in:
Noa Aarts 2026-01-26 20:10:25 +01:00
parent 9e5ab413b7
commit 5a6f88ca4b
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -2,6 +2,9 @@
name = "png-subs"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "PNG color substitutor and re-encoder"
[dependencies]
clap = { version = "4.5.54", features = ["derive"] }