rust/hedgewars-network-protocol/Cargo.toml
author unc0rr
Wed, 23 Jun 2021 23:41:51 +0200
changeset 15804 747278149393
child 15830 ea459da15b30
permissions -rw-r--r--
Extract network protocol into a separate crate

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

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

proptest = "1.0"