mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
add websockets context
This commit is contained in:
parent
88152740c6
commit
fd3e351c31
7 changed files with 490 additions and 7 deletions
|
@ -61,14 +61,14 @@ ssl = ["openssl", "actix-server/ssl"]
|
|||
# rust-tls = ["rustls", "actix-server/rustls"]
|
||||
|
||||
[dependencies]
|
||||
actix-codec = "0.1.0"
|
||||
actix-codec = "0.1.1"
|
||||
actix-service = "0.3.4"
|
||||
actix-utils = "0.3.4"
|
||||
actix-router = "0.1.0"
|
||||
actix-rt = "0.2.1"
|
||||
actix-web-codegen = { path="actix-web-codegen" }
|
||||
actix-http = { git = "https://github.com/actix/actix-http.git" }
|
||||
actix-server = "0.4.0"
|
||||
actix-server = "0.4.1"
|
||||
actix-server-config = "0.1.0"
|
||||
|
||||
bytes = "0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue