Browse Source

Remove openssl dependency

checkpoints
Aditya Kulkarni 5 years ago
parent
commit
a9b56e76af
  1. 2
      Cargo.toml

2
Cargo.toml

@ -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]

Loading…
Cancel
Save