Remove openssl dependency

This commit is contained in:
Aditya Kulkarni 2019-10-01 12:01:07 -07:00
parent 32dc7d3cd8
commit a9b56e76af

View File

@ -36,8 +36,6 @@ tokio-rustls = "0.10.0-alpha.3"
webpki = "0.19.1"
webpki-roots = "0.16.0"
tower-h2 = { git = "https://github.com/tower-rs/tower-h2" }
openssl = "*"
openssl-probe = "*"
rust-embed = "5.1.0"
[dependencies.bellman]