From 80beb562f734b6f8d9dcc8bba1befa28878c2b87 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 10 Jul 2024 16:30:37 -0400 Subject: [PATCH] chore: include manpage for the crate Signed-off-by: Rui Chen --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5619d98..df5c35bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ build = "rust/build.rs" categories = ["multimedia::images"] homepage = "https://pngquant.org" documentation = "https://github.com/kornelski/pngquant#readme" -include = ["/rwpng*.[ch]", "/pngquant.c","/pngquant_opts.[ch]", "/rust/*.rs", "/COPYRIGHT", "/Cargo.toml", "/README.md"] +include = ["/rwpng*.[ch]", "/pngquant.c","/pngquant_opts.[ch]", "/rust/*.rs", "/COPYRIGHT", "/Cargo.toml", "/README.md", "/pngquant.1"] keywords = ["quantization", "palette", "image", "pngquant", "compression"] license = "GPL-3.0-or-later" readme = "README.md"