kdtree/Cargo.toml

12 lines
179 B
TOML

[package]
name = "kdtree"
version = "0.1.0"
authors = ["Thomas Forgione <thomas@tforgione.fr>"]
[dependencies]
num = "*"
[[bin]]
name = "kdtree-example"
path = "src/example.rs"