kmeans/Cargo.toml

12 lines
171 B
TOML

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