From 619982460e606419253e9e1b56545ab32f2f0f8c Mon Sep 17 00:00:00 2001 From: Aziz Kayumov Date: Thu, 29 Aug 2024 18:30:12 +0900 Subject: [PATCH] fix keywords --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 8dac123..8855dc7 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/rindex" homepage = "https://github.com/azizkayumov/rindex" repository = "https://github.com/azizkayumov/rindex" license = "Apache-2.0" -keywords = ["tree", "spatial", "dynamic-index", "nearest-neighbor", "reverse-knn", "knn-graph"] +keywords = ["tree", "spatial", "dynamic-index", "nearest-neighbor", "knn-graph"] categories = ["algorithms", "data-structures"] authors = ["Kayumov A.I. "] exclude = ["./github"]