rust/hedgewars-network-protocol/Cargo.toml
author unC0Rr
Fri, 09 Dec 2022 08:18:50 +0100
changeset 15898 046182f1080b
parent 15830 ea459da15b30
permissions -rw-r--r--
Optimize doStepSnowflake a bit, losing backwards compatibility

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