First commit

This commit is contained in:
2019-12-14 23:37:46 +01:00
commit fcc5d5727a
7 changed files with 374 additions and 0 deletions

11
Cargo.toml Normal file
View File

@ -0,0 +1,11 @@
[package]
name = "clichess"
version = "0.1.0"
authors = ["Artlef <artlef@localhost>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
shakmaty = "0.16.0"
colored = "1.9"