rust/hedgewars-network-protocol/Cargo.toml
changeset 15804 747278149393
child 15830 ea459da15b30
--- /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 <a.korotaev@hedgewars.org>"]
+edition = "2018"
+
+[dependencies]
+nom = "6"
+serde_derive = "1.0"
+serde = "1.0"
+
+proptest = "1.0"
\ No newline at end of file