Connected the websocket to the state
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user