chess_inator/Cargo.toml

12 lines
234 B
TOML
Raw Normal View History

[package]
name = "chess_inator"
version = "0.1.0"
edition = "2021"
2024-10-25 22:30:03 -04:00
license = "GPL-3.0-or-later"
2024-10-26 18:25:07 -04:00
default-run = "engine"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]