refactor(deps): Remove dependency on openssl.

This commit is contained in:
Lewin Bormann
2019-08-01 21:32:22 +02:00
parent 080df3fc77
commit 58af9fc36b
12 changed files with 22 additions and 22 deletions

View File

@@ -7,6 +7,6 @@ edition = "2018"
[dependencies]
yup-oauth2 = { path = "../../" }
hyper = "0.12"
hyper-tls = "0.3"
hyper-rustls = "0.16"
futures = "0.1"
tokio = "0.1"