Files
cs220/Cargo.toml
2024-07-29 01:23:35 +09:00

24 lines
495 B
TOML

[package]
name = "cs220"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.11", features = ["derive"] }
etrace = "1.1.1"
itertools = "0.13.0"
lazy_static = "1.5.0"
pest = "2.7.11"
pest_derive = "2.7.11"
rayon = "1.10.0"
thiserror = "1.0.63"
ntest = "0.9.3"
approx = "0.5.1"
num-traits = "0.2.19"
ndarray = "0.15.6"
ndarray-rand = "0.14.0"
rand = "0.8.5"