Implement message types and lobby join

This commit is contained in:
bel
2020-05-03 08:14:29 -06:00
parent 8971426dcd
commit 247e29ce13
9 changed files with 270 additions and 7 deletions

View File

@@ -44,6 +44,12 @@ dependencies = [
"wasi",
]
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
[[package]]
name = "lazy_static"
version = "1.4.0"
@@ -114,6 +120,7 @@ name = "secert-hitler"
version = "0.1.0"
dependencies = [
"crossbeam-channel",
"json",
"rand",
]