kmeans/Cargo.toml

13 lines
182 B
TOML

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