gameServer2/Cargo.toml
author Marcin Mielniczuk <marmistrz.dev@zoho.eu>
Thu, 28 Jun 2018 17:29:37 +0200
changeset 13430 eb91b889101b
parent 13425 50f852e7ad82
child 13435 2e5a5eee8d80
permissions -rw-r--r--
Undo enabling the `unreachable-pub` lint. It appears that nom cannot correctly handle `pub(crate)`, so the warnings cannot be fixed at the moment. See https://github.com/Geal/nom/issues/807

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

[dependencies]
rand = "0.3"
mio = "0.6"
slab = "0.4"
netbuf = "0.4.0"
nom = "3.2"
env_logger = "0.4"
log = "0.3.8"
proptest = "0.5.1"
base64 = "*"