rust/hedgewars-engine-messages/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Sun, 15 Sep 2019 21:48:13 +0200
changeset 15413 d9a12aba5c05
parent 15289 ae8e14d14596
permissions -rw-r--r--
GameServer: Hide saveroom and loadroom command in non-official server Because those commands only work with OFFICIAL_SERVER

[package]
name = "hedgewars-engine-messages"
version = "0.1.0"
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
edition = "2018"

[dependencies]
nom = "4.1"
byteorder = "1.2"
queues = "1.1"