kdtree/Cargo.toml

11 lines
169 B
TOML

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