clichess/Cargo.toml
2019-12-14 23:37:46 +01:00

12 lines
253 B
TOML

[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"