Added missing lines to Cargo.toml

This commit is contained in:
Olek 2016-12-29 01:59:24 +01:00
parent 2bd98d3d79
commit 8429ebf2a4

View File

@ -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 = "*"