rust/hedgewars-network-protocol/Cargo.toml
author unC0Rr
Wed, 01 Feb 2023 10:58:45 +0100
branchtransitional_engine
changeset 15913 c5684cc62de8
parent 15830 ea459da15b30
permissions -rw-r--r--
Switch to Vec2D in wavefront algorithm

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