Add preliminary support for TLS

This commit is contained in:
Frank Denis 2019-05-16 16:59:52 +02:00
parent ed9c50777a
commit d691562f60
3 changed files with 296 additions and 36 deletions

View file

@ -15,7 +15,9 @@ base64 = "0.10"
clap = "2"
futures = "0.1.27"
hyper = "0.12.28"
jemallocator = "0.3.0"
tokio = "0.1.19"
native-tls = "0.2.3"
jemallocator = "0.3"
tokio = "0.1.20"
tokio-current-thread = "0.1.6"
tokio-timer = "0.2.10"
tokio-timer = "0.2.11"
tokio-tls = "0.2.1"