From 24898eb1cdc3412d935a556d83a2d70957b808cc Mon Sep 17 00:00:00 2001 From: bendn Date: Tue, 31 Oct 2023 08:34:59 +0700 Subject: [PATCH] cargo metadata --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f84495a..721b047 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,8 @@ edition = "2021" description = "fast image operations" repository = "https://github.com/bend-n/fimg" exclude = ["tdata", "benches/", ".gitignore"] +keywords = ["image", "affine", "scale", "drawing"] +categories = ["multimedia::images", "graphics"] [dependencies] mattr = "0.0.2"