clichess/Cargo.toml

14 lines
325 B
TOML

[package]
name = "clichess"
version = "0.3.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.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
termion = "1.5.5"