chore(examples): add helloworld-client-blocking (#179)

Add an example of using a tonic client in a synchronous environment.
This commit is contained in:
Brandon Williams
2019-12-12 09:48:27 -05:00
committed by Lucio Franco
parent 8f1a25278e
commit f096a238ac
2 changed files with 60 additions and 0 deletions
+4
View File
@@ -14,6 +14,10 @@ path = "src/helloworld/server.rs"
name = "helloworld-client"
path = "src/helloworld/client.rs"
[[bin]]
name = "helloworld-client-blocking"
path = "src/helloworld/client-blocking.rs"
[[bin]]
name = "routeguide-server"
path = "src/routeguide/server.rs"