clichess/Cargo.toml
2020-03-05 22:11:54 +01:00

15 lines
339 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"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
ctrlc = "3.1.3"