mirror of
https://github.com/andreytkachenko/kdtree-rust.git
synced 2024-11-21 17:06:24 +04:00
Added missing lines to Cargo.toml
This commit is contained in:
parent
2bd98d3d79
commit
8429ebf2a4
@ -2,6 +2,10 @@
|
||||
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"]
|
||||
readme = "README.md"
|
||||
license = "Unlicense"
|
||||
description = "K-dimensional tree implemented in Rust for fast NN querying."
|
||||
|
||||
[lib]
|
||||
@ -16,4 +20,4 @@ harness = false
|
||||
[dev-dependencies]
|
||||
quickcheck = "0.3"
|
||||
rand = "*"
|
||||
bencher = "*"
|
||||
bencher = "*"
|
||||
|
Loading…
Reference in New Issue
Block a user