kmeans/Cargo.toml

13 lines
186 B
TOML
Raw Permalink Normal View History

2018-02-16 15:34:13 +01:00
[package]
2018-02-16 17:21:05 +01:00
name = "generic_kmeans"
2018-02-16 15:34:13 +01:00
version = "0.1.0"
authors = ["Thomas Forgione <thomas@tforgione.fr>"]
[dependencies]
2018-07-26 11:14:09 +02:00
rand = "0.4.2"
2018-02-16 17:21:05 +01:00
[[bin]]
name = "example"
path = "src/example.rs"