1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

resolve issue 139

This commit is contained in:
Arve Seljebu
2019-06-10 18:06:56 +02:00
parent 7373a5b1ef
commit 114056bc76
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ path = "src/server.rs"
[dependencies]
actix-rt = "0.2"
actix-web = "1.0.0"
actix-web = { version = "1.0.0", features=["ssl"] }
env_logger = "0.5"
futures = "0.1"