mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
15 lines
227 B
TOML
15 lines
227 B
TOML
[package]
|
|
name = "websocket-autobahn"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "websocket-autobahn-server"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
actix = "0.10"
|
|
actix-web = "3"
|
|
actix-web-actors = "3"
|
|
env_logger = "0.8"
|