1
0
Fork 0
eschac/Cargo.toml

13 lines
274 B
TOML
Raw Normal View History

2024-04-29 02:00:26 +02:00
[package]
name = "eschac"
2025-11-30 14:11:20 +01:00
version = "0.3.0"
2025-11-17 22:07:04 +01:00
edition = "2024"
2024-04-29 02:00:26 +02:00
authors = ["Paul-Nicolas Madelaine <pnm@pnm.tf>"]
license = "AGPL-3.0-or-later"
description = "computing chess moves"
repository = "https://git.pnm.tf/pnm/eschac"
keywords = ["chess"]
[profile.dev]
opt-level = 3