mirror of
https://github.com/andreytkachenko/kdtree-rust.git
synced 2024-11-22 09:26:25 +04:00
Added missing lines to Cargo.toml
This commit is contained in:
parent
2bd98d3d79
commit
8429ebf2a4
@ -2,6 +2,10 @@
|
|||||||
name = "fux_kdtree"
|
name = "fux_kdtree"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["fulara <ntszar@gmail.com>"]
|
authors = ["fulara <ntszar@gmail.com>"]
|
||||||
|
repository = "https://github.com/fulara/kdtree-rust"
|
||||||
|
keywords = ["tree", "dimension" , "nearest", "search", "neighbor", "lookup"]
|
||||||
|
readme = "README.md"
|
||||||
|
license = "Unlicense"
|
||||||
description = "K-dimensional tree implemented in Rust for fast NN querying."
|
description = "K-dimensional tree implemented in Rust for fast NN querying."
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
Loading…
Reference in New Issue
Block a user