kdtree/Cargo.toml

13 lines
229 B
TOML

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