1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00

20 lines
309 B
TOML
Raw Normal View History

[package]
2020-04-09 01:54:28 +01:00
name = "websocket-chat-broker"
2022-02-02 01:45:20 +00:00
version = "1.0.0"
2022-02-02 01:43:51 +00:00
edition = "2021"
[[bin]]
name = "server"
path = "src/main.rs"
[dependencies]
2022-02-18 01:44:53 +00:00
actix = "0.12"
actix-broker = "0.4"
actix-files = "0.6.0-beta.16"
actix-web = "4.0.0-rc.3"
actix-web-actors = "4.0.0-beta.12"
env_logger = "0.9"
2020-04-09 01:54:28 +01:00
log = "0.4"
2022-02-18 01:44:53 +00:00
rand = "0.8"