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
15
websockets/autobahn/Cargo.toml
Normal file
15
websockets/autobahn/Cargo.toml
Normal file
@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "websocket-autobahn"
|
||||
version = "2.0.0"
|
||||
authors = ["Mark Lodato <mlodato517@gmail.com"]
|
||||
edition = "2018"
|
||||
|
||||
[[bin]]
|
||||
name = "websocket-autobahn-server"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
actix = "0.10"
|
||||
actix-web = "3"
|
||||
actix-web-actors = "3"
|
||||
env_logger = "0.8"
|
Reference in New Issue
Block a user