[dependencies.async-trait]
version = "0.1.74"
[dependencies.futures-util]
version = "0.3.29"
[dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread", "sync", "time"]
version = "1.33.0"
[dependencies.tokio-tungstenite]
version = "0.20.1"
[package]
description = "ez way to make multiplayer browser games using a websocket"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ezbrowsergameserver"
readme = "README.md"
repository = "https://github.com/Dummi26/ezbrowsergameserver"
version = "0.2.0"