Files
cs220/Cargo.toml
2023-08-18 16:08:13 +00:00

24 lines
486 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.66"
clap = { version = "4.0.29", features = ["derive"] }
etrace = "1.1.1"
itertools = "0.10.5"
lazy_static = "1.4.0"
pest = "2.5.1"
pest_derive = "2.5.1"
rayon = "1.6.0"
thiserror = "1.0"
ntest = "0.9.0"
approx = "0.5.1"
num-traits = "0.2"
ndarray = "0.15.0"
ndarray-rand = "0.14.0"
rand = "0.8.5"