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]
|
2023-01-02 20:33:43 +00:00
|
|
|
actix.workspace = true
|
|
|
|
actix-broker.workspace = true
|
|
|
|
actix-files.workspace = true
|
|
|
|
actix-web.workspace = true
|
|
|
|
actix-web-actors.workspace = true
|
2022-02-18 01:44:53 +00:00
|
|
|
|
2022-12-30 16:25:40 +00:00
|
|
|
env_logger.workspace = true
|
|
|
|
log.workspace = true
|
2023-01-02 20:35:37 +00:00
|
|
|
rand.workspace = true
|