tictactoe-rust-foropenspiel/Cargo.toml

11 lines
158 B
TOML

[package]
name = "tictactoe-rust-foropenspiel"
version = "0.1.0"
edition = "2024"
[dependencies]
cxx = "1.0.192"
[build-dependencies]
cxx-build = "1.0.192"