othello/Cargo.toml
2025-01-28 15:05:32 -05:00

9 lines
107 B
TOML

[package]
name = "othello"
version = "0.1.0"
edition = "2021"
[dependencies]
num = "0.4.3"
rand = "0.9.0"