kdtree/Cargo.toml

13 lines
229 B
TOML
Raw Normal View History

2018-03-05 10:37:48 +01:00
[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"