[package] name = "little_learner_app" version.workspace = true edition.workspace = true # 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"