Refactor all of the tls

This commit is contained in:
Lucio Franco
2019-09-24 14:32:16 -04:00
parent ffba9ef6d2
commit 60c9629630
19 changed files with 376 additions and 322 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ path = "src/bin/server.rs"
[dependencies]
tokio = "=0.2.0-alpha.4"
tonic = { path = "../tonic" }
tonic = { path = "../tonic", features = ["openssl"] }
prost = "0.5"
prost-derive = "0.5"
bytes = "0.4"