gameServer2/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Sat, 07 Jul 2018 23:29:02 +0200
changeset 13457 2d787d122083
parent 13444 c4f917c6be51
child 13527 282e5e54386f
permissions -rw-r--r--
Fix TotalRounds still being -1 in first real turn after hog placement phase Now it is: Hog placement phase: -1 First real round: 0 (previously -1) Second real round: 1 (previously 0) Third real round: 2 (previously 1) ...

[package]
name = "hedgewars-server"
version = "0.0.1"
authors = [ "Andrey Korotaev <a.korotaev@hedgewars.org>" ]

[dependencies]
rand = "0.5"
mio = "0.6"
slab = "0.4"
netbuf = "0.4.0"
nom = "4.0"
env_logger = "0.4"
log = "0.4"
proptest = "0.8"
base64 = "0.9"