rust/hedgewars-network-protocol/Cargo.toml
author unc0rr
Tue, 26 Jul 2022 12:37:17 +0200
changeset 15852 c4561095666a
parent 15830 ea459da15b30
permissions -rw-r--r--
Fix texture copying routine not taking pitch into account

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