From 5f0b50639a25c5de744d8cab3387a817bb10e492 Mon Sep 17 00:00:00 2001 From: fulara Date: Thu, 29 Dec 2016 02:04:02 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9bbb7a7..08ace2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "fux_kdtree" version = "0.1.0" authors = ["fulara "] repository = "https://github.com/fulara/kdtree-rust" -keywords = ["tree", "dimension" , "nearest", "search", "neighbor", "lookup"] +keywords = ["tree", "dimension" , "nearest", "search", "neighbor"] readme = "README.md" license = "Unlicense" description = "K-dimensional tree implemented in Rust for fast NN querying."