From e638807d3381c7e1172065055fb1ff89f8e53749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Thu, 28 Nov 2024 21:33:37 +0100 Subject: [PATCH] Add keywords to Cargo package manifest This was recommended by `lib.rs`'s maintainer dashboard, and it's actually a good idea for making the crate more discoverable, I think. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9969ee2f..c0dd29fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ authors = ["Joshua Holmer "] categories = ["command-line-utilities", "compression"] description = "A lossless PNG compression optimizer" +keywords = ["png", "image-compression", "optimization", "multi-threading", "lossless"] documentation = "https://docs.rs/oxipng" edition = "2021" exclude = [