Files
little_learner/little_learner_app/Cargo.toml
2023-03-25 22:19:04 +00:00

11 lines
287 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" }