1
0
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:
Cameron Dershem
2019-06-13 17:10:51 -04:00
parent 992d182910
commit 8ab3e35851
11 changed files with 92 additions and 61 deletions

View File

@ -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"