Inital tls

This commit is contained in:
Lucio Franco
2019-08-31 15:59:51 -04:00
parent 4000c42478
commit 4ea3fdfd1e
16 changed files with 230 additions and 64 deletions
+3 -1
View File
@@ -25,8 +25,10 @@ hyper = { git = "https://github.com/hyperium/hyper" }
console = "0.7"
structopt = "0.2"
pretty_env_logger = "0.3"
tracing-fmt = "0.0.1-alpha.1"
tracing = "0.1"
tracing-fmt = "0.0.1-alpha.1"
tracing-log = "0.0.1-alpha.1"
[build-dependencies]
tonic-build = { path = "../tonic-build" }