20 lines
507 B
TOML
20 lines
507 B
TOML
[package]
|
|
name = "poceae"
|
|
description = "Generate and train models for BambooNN."
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rand = "0.8.5"
|
|
uciengine = "0.1.33"
|
|
tokio = "1.25.0"
|
|
simple_logger = "4.0.0"
|
|
log = "0.4.17"
|
|
neuroflow = "0.1.3"
|
|
clap = { version = "4.1.4", features = ["derive"] }
|
|
indicatif = "0.17.3"
|
|
itertools = "0.10.5"
|
|
bitstring = "0.1.2"
|
|
bamboo = { version = "0.1.0", path = "../bamboo" } |