0.3.4-alpha.4
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# file: crates/common/game-realtime-websocket-lib/Cargo.toml
|
||||
# version: 2
|
||||
# version: 3
|
||||
|
||||
[package]
|
||||
name = "game-realtime-websocket-lib"
|
||||
@@ -13,7 +13,7 @@ publish.workspace = true
|
||||
[dependencies]
|
||||
futures-util = { workspace = true, features = ["sink", "std"] }
|
||||
game-realtime-transport-lib = { path = "../game-realtime-transport-lib" }
|
||||
tokio = { workspace = true, features = ["net"] }
|
||||
tokio = { workspace = true, features = ["net", "time"] }
|
||||
tokio-tungstenite = { workspace = true, features = ["connect", "handshake"] }
|
||||
tracing.workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user