examples: Add tower-client example (#466)

This commit is contained in:
Lucio Franco
2020-09-29 11:16:07 -04:00
committed by GitHub
parent d4899df832
commit 9ea4a64a6c
2 changed files with 74 additions and 1 deletions
+5 -1
View File
@@ -70,6 +70,10 @@ path = "src/tls_client_auth/client.rs"
name = "tower-server"
path = "src/tower/server.rs"
[[bin]]
name = "tower-client"
path = "src/tower/client.rs"
[[bin]]
name = "multiplex-server"
path = "src/multiplex/server.rs"
@@ -163,4 +167,4 @@ tonic-health = { path = "../tonic-health" }
listenfd = "0.3"
[build-dependencies]
tonic-build = { path = "../tonic-build", features = ["prost"] }
tonic-build = { path = "../tonic-build", features = ["prost"] }