Update Cargo.toml

This commit is contained in:
fulara 2016-12-29 02:04:02 +01:00 committed by GitHub
parent 8429ebf2a4
commit 5f0b50639a

View File

@ -3,7 +3,7 @@ name = "fux_kdtree"
version = "0.1.0"
authors = ["fulara <ntszar@gmail.com>"]
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."