diff -r b06b33cf0a89 -r 747278149393 rust/hedgewars-network-protocol/Cargo.toml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rust/hedgewars-network-protocol/Cargo.toml Wed Jun 23 23:41:51 2021 +0200 @@ -0,0 +1,12 @@ +[package] +name = "hedgewars-network-protocol" +version = "0.1.0" +authors = ["Andrey Korotaev "] +edition = "2018" + +[dependencies] +nom = "6" +serde_derive = "1.0" +serde = "1.0" + +proptest = "1.0" \ No newline at end of file