gameServer2/Cargo.toml
author alfadur
Mon, 16 Jul 2018 22:59:58 +0300
changeset 13527 282e5e54386f
parent 13444 c4f917c6be51
child 13534 662f7df89d06
permissions -rw-r--r--
Something down in the food chain already uses bitflags, so might as well switch to them

[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"