From 06317f6f58b84f74ec2099a634653b42abeae0a3 Mon Sep 17 00:00:00 2001 From: doprz <52579214+doprz@users.noreply.github.com> Date: Mon, 1 May 2023 14:59:08 -0500 Subject: [PATCH] docs: add Cargo.toml keywords and categories fields --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9cbba15..34dfff7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,8 @@ homepage = "https://github.com/doprz/dipc" repository = "https://github.com/doprz/dipc" readme = "README.md" license = "MIT OR Apache-2.0" +keywords = ["cli", "graphics", "utility", "image", "tool"] +categories = ["command-line-interface", "command-line-utilities", "graphics", "multimedia::images", "rendering"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html