Make TLS config global

This commit is contained in:
Matt Brubeck 2020-05-19 15:10:55 -07:00
parent 8d09b268f9
commit a165e8e142
3 changed files with 21 additions and 16 deletions

View file

@ -13,6 +13,7 @@ edition = "2018"
[dependencies]
async-tls = "0.7.0"
async-std = "1.5"
lazy_static = "1.4"
rustls = "0.17.0"
url = "2.1"