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

1
Cargo.lock generated
View file

@ -6,6 +6,7 @@ version = "1.0.0"
dependencies = [
"async-std",
"async-tls",
"lazy_static",
"rustls",
"url",
]