1
0
Fork 0
This commit is contained in:
Paul-Nicolas Madelaine 2024-04-29 02:00:26 +02:00
commit faccfbc1c5
16 changed files with 5154 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "eschac"
version = "0.1.0"
edition = "2021"
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