othello/Cargo.toml
2025-02-09 02:39:42 -05:00

10 lines
118 B
TOML

[package]
name = "othello"
version = "0.1.0"
edition = "2021"
[dependencies]
num = "0.4"
rand = "0.9"
rayon = "1.10"