Refactor messages between server and client

This commit is contained in:
2020-09-19 00:17:35 +02:00
parent 7a889356b3
commit 7f2ec8e957
5 changed files with 387 additions and 371 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "clichess"
version = "0.2.0"
version = "0.3.0"
authors = ["Artlef <artlef@localhost>"]
edition = "2018"
@ -11,4 +11,3 @@ shakmaty = "0.16.2"
colored = "1.9"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
ctrlc = "3.1.3"