gameServer2/Cargo.toml
author Marcin Mielniczuk <marmistrz.dev@zoho.eu>
Tue, 03 Jul 2018 22:37:15 +0300
changeset 13435 2e5a5eee8d80
parent 13425 50f852e7ad82
child 13437 a0c3431f60ac
permissions -rw-r--r--
Update rand and log to the latest versions

[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 = "3.2"
env_logger = "0.4"
log = "0.4"
proptest = "0.5.1"
base64 = "*"