rust/hedgewars-network-protocol/Cargo.toml
author unC0Rr
Wed, 11 May 2022 13:48:55 +0200
changeset 15870 3d05bada4799
parent 15852 ea459da15b30
permissions -rw-r--r--
Implement appropriate routing of checker messages

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