PFSE/eval/Cargo.toml

19 lines
429 B
TOML

[package]
name = "eval"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.23"
clap = { version = "4.1.1", features = ["derive"] }
env_logger = "0.10.0"
fse = { path = ".." }
itertools = "0.10.5"
log = "0.4.17"
rand = "0.8.5"
rand_core = "0.6.4"
serde = { version = "1.0.152", features = ["derive"] }
toml = "0.5.10"