mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
Restructure folders (#411)
This commit is contained in:
committed by
GitHub
parent
9db98162b2
commit
c3407627d0
23
websockets/chat/Cargo.toml
Normal file
23
websockets/chat/Cargo.toml
Normal file
@ -0,0 +1,23 @@
|
||||
[package]
|
||||
name = "websocket-example"
|
||||
version = "2.0.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[[bin]]
|
||||
name = "websocket-chat-server"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
actix = "0.10"
|
||||
actix-web = "3"
|
||||
actix-web-actors = "3"
|
||||
actix-files = "0.3"
|
||||
|
||||
rand = "0.7"
|
||||
bytes = "0.5"
|
||||
byteorder = "1.3"
|
||||
futures = "0.3"
|
||||
env_logger = "0.8"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
Reference in New Issue
Block a user