rust/hedgewars-network-protocol/Cargo.toml
author S.D.
Fri, 23 Sep 2022 02:21:21 +0300
changeset 15875 d7b53d08ad9c
parent 15830 ea459da15b30
permissions -rw-r--r--
Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo

[package]
name = "hedgewars-network-protocol"
version = "0.1.0"
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
edition = "2021"

[dependencies]
nom = "7.1"
serde_derive = "1.0"
serde = "1.0"

[dev-dependencies]
proptest = "1.0"