mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
17 lines
242 B
TOML
17 lines
242 B
TOML
[package]
|
|
name = "websocket-autobahn"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "websocket-autobahn-server"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
actix = "0.13"
|
|
actix-web = "4"
|
|
actix-web-actors = "4.1"
|
|
|
|
env_logger = "0.9"
|
|
log = "0.4"
|