mirror of
https://github.com/andreytkachenko/kdtree-rust.git
synced 2024-11-22 09:26:25 +04:00
10 lines
164 B
TOML
10 lines
164 B
TOML
[package]
|
|
name = "kdtree-rust"
|
|
version = "0.1.0"
|
|
authors = ["Aleksander Fular <ntszar@gmail.com>"]
|
|
|
|
[dependencies]
|
|
rand = "*"
|
|
|
|
[dev-dependencies]
|
|
quickcheck = "0.3" |