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"