tictactoe-rust-foropenspiel/Cargo.toml

11 lines
158 B
TOML
Raw Normal View History

2025-12-30 16:34:01 +01:00
[package]
name = "tictactoe-rust-foropenspiel"
version = "0.1.0"
edition = "2024"
[dependencies]
2026-01-02 18:55:44 +01:00
cxx = "1.0.192"
2026-01-02 20:58:10 +01:00
[build-dependencies]
cxx-build = "1.0.192"