kdtree/Cargo.toml

11 lines
169 B
TOML
Raw Permalink 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]
[[bin]]
name = "kdtree-example"
path = "src/example.rs"