mirror of
https://github.com/actix/actix-website
synced 2025-06-27 15:39:02 +02:00
First pass at Server section.
This commit is contained in:
@ -2,9 +2,10 @@
|
||||
name = "server"
|
||||
version = "0.7.0"
|
||||
workspace = "../"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix = "0.7"
|
||||
actix-web = "1.0"
|
||||
actix-rt = "0.2"
|
||||
actix-web = { version = "1.0", features = ["ssl"] }
|
||||
futures = "0.1"
|
||||
openssl = "0.10"
|
||||
|
Reference in New Issue
Block a user