From 5a6f88ca4b1942befbf7409ed06c82376be08f38 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 26 Jan 2026 20:10:25 +0100 Subject: [PATCH] add license and description --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ee8c354..1a72cb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }