Connected the websocket to the state

This commit is contained in:
2020-06-01 16:00:40 +02:00
parent 2bd3d03955
commit a6d06350ab
4 changed files with 60 additions and 9 deletions

View File

@@ -8,9 +8,11 @@ license = "AGPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures = { version = "0.3", default-features = false, features = ["alloc"] }
legion = "0.2.1"
rand = "0.7.3"
serde = { version = "1.0", features= ["derive"] }
serde_json = "1.0"
tera = "1"
tokio = { version = "0.2", features = ["full"] }
warp = "0.2"