1
0
mirror of https://github.com/actix/examples synced 2025-02-17 15:23:31 +01:00
2022-02-25 21:25:21 +00:00

17 lines
240 B
TOML

[package]
name = "websocket-autobahn"
version = "1.0.0"
edition = "2021"
[[bin]]
name = "websocket-autobahn-server"
path = "src/main.rs"
[dependencies]
actix = "0.12"
actix-web = "4"
actix-web-actors = "4"
env_logger = "0.9"
log = "0.4"