gameServer2/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Tue, 07 Aug 2018 16:23:51 +0200
changeset 13632 4c49a4944884
parent 13529 662f7df89d06
child 13666 09f4a30e50cc
permissions -rw-r--r--
Fix hard-to-read text on campaign and training page in frontend at October 31 The text was yellow against a white background (the moon in the Halloween background). This is fixed by darkening the critical area.

[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"
bitflags = "1.0"
serde = "1.0"
serde_yaml = "0.7"
serde_derive = "1.0"