You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
440 B
13 lines
440 B
7 years ago
|
[package]
|
||
|
name = "uci"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Taylor Bockman <angrygoats@protonmail.com>"]
|
||
|
description = "An implementation of the UCI specification in Rust"
|
||
|
repository = "https://github.com/angrygoats/uci"
|
||
|
readme = "README.md"
|
||
|
keywords = ["uci", "universal chess interface", "chess", "engine", "chess engine"]
|
||
|
categories = ["games", "game-engines", "api-bindings", "config", "development-tools"]
|
||
|
license = "GPL-3.0"
|
||
|
|
||
|
[dependencies]
|