rust/hedgewars-network-protocol/Cargo.toml
author alfadur
Tue, 01 Feb 2022 20:58:35 +0300
changeset 15832 a4d505a32879
parent 15830 ea459da15b30
permissions -rw-r--r--
add back client timeouts

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