rust/hedgewars-network-protocol/Cargo.toml
author Zaubermaus
Thu, 02 Dec 2021 19:33:22 +0100
changeset 15826 325c03494444
parent 15804 747278149393
child 15830 ea459da15b30
permissions -rw-r--r--
fix typo in german lua strings

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