From bdf9b1f7508246e44fcf702e330c0d9ef7e8f87a Mon Sep 17 00:00:00 2001 From: awxkee Date: Tue, 4 Jun 2024 22:38:32 +0100 Subject: [PATCH] Thread improvements, a lot of reworking --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18a5555..a96e87c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" edition = "2021" description = "High performance image scaling" readme = "README.md" -keywords = ["lab", "hsv", "xyz", "luv", "hsl"] +keywords = ["scale", "resize", "image-resize"] license = "Apache-2.0 OR BSD-3-Clause" authors = ["Radzivon Bartoshyk"] documentation = "https://github.com/awxkee/pic-scale"