worldwideportal-server/Cargo.toml

17 lines
428 B
TOML

[package]
name = "worldwideportal-server"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.9.0"
actix-ws = "0.3.0"
anyhow = "1.0.86"
env_logger = "0.11.5"
futures-util = "0.3.30"
log = "0.4.22"
serde_json = "1.0.127"
tokio = { version = "1.39.3", features = ["net", "macros", "tokio-macros", "rt-multi-thread"] }