kmeans/Cargo.toml

13 lines
186 B
TOML

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