blunders 0.1.0

UCI chess engine application
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.blunders-engine]
version = "0.1.0"

[package]
authors = ["Paulo Lemus <plemus@hawaii.edu>"]
default-run = "blunders"
description = "UCI chess engine application"
edition = "2018"
homepage = "https://github.com/paulolemus/blunders"
keywords = ["chess", "engine", "checkmate", "game", "uci"]
license = "GPL-3.0-only"
name = "blunders"
publish = true
readme = "README.md"
repository = "https://github.com/paulolemus/blunders"
version = "0.1.0"