Files
little_learner/little_learner_app/Cargo.toml
Patrick Stevens fd55cd1c5f Iris data (#29)
2023-06-17 19:03:01 +01:00

14 lines
317 B
TOML

[package]
name = "little_learner_app"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
immutable-chunkmap = "1.0.5"
ordered-float = "3.6.0"
little_learner = { path = "../little_learner" }
rand = "0.8.5"
csv = "1.2.2"