2018-09-18 11:19:45 +01:00
|
|
|
[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"
|
2018-09-18 11:19:45 +01:00
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "server"
|
|
|
|
path = "src/main.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-03-04 03:45:03 +00:00
|
|
|
actix = "0.13"
|
2022-03-04 16:28:40 +00:00
|
|
|
actix-broker = "0.4.2"
|
2022-02-25 21:07:22 +00:00
|
|
|
actix-files = "0.6"
|
|
|
|
actix-web = "4"
|
2022-03-04 03:45:03 +00:00
|
|
|
actix-web-actors = "4.1"
|
2022-02-18 01:44:53 +00:00
|
|
|
|
|
|
|
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"
|