1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/websockets/autobahn/Cargo.toml

17 lines
240 B
TOML
Raw Normal View History

[package]
name = "websocket-autobahn"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2022-02-02 02:43:51 +01:00
edition = "2021"
[[bin]]
name = "websocket-autobahn-server"
path = "src/main.rs"
[dependencies]
2022-02-18 02:44:53 +01:00
actix = "0.12"
2022-02-25 22:07:22 +01:00
actix-web = "4"
2022-02-25 22:25:21 +01:00
actix-web-actors = "4"
2022-02-18 02:44:53 +01:00
env_logger = "0.9"
log = "0.4"