From d072de3b9ec0be2620312e12b567b3b5e34feda0 Mon Sep 17 00:00:00 2001 From: awxkee Date: Thu, 19 Sep 2024 19:07:54 +0100 Subject: [PATCH] Added *Xyb*, clippy, a lot of updates for quantizer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 882f3d2..6e006ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ version = "0.5.10" edition = "2021" description = "High performance utilities for color format handling and conversion." readme = "README.md" -keywords = ["lab", "hsv", "xyz", "luv", "hsl"] +keywords = ["lab", "hsv", "xyz", "color", "colorspace"] license = "Apache-2.0 OR BSD-3-Clause" authors = ["Radzivon Bartoshyk"] documentation = "https://github.com/awxkee/colorutils-rs"