minimax/Cargo.toml

12 lines
162 B
TOML
Raw Normal View History

2024-02-26 08:54:35 -08:00
[package]
name = "ops"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.80"
2024-03-04 15:48:55 -08:00
itertools = "0.12.1"
2024-02-26 08:54:35 -08:00
rand = "0.8.5"
2024-03-04 18:46:30 -08:00
rayon = "1.9.0"
2024-02-26 08:54:35 -08:00
termion = "3.0.0"