chore(examples): add helloworld-client-blocking (#179)
Add an example of using a tonic client in a synchronous environment.
This commit is contained in:
committed by
Lucio Franco
parent
8f1a25278e
commit
f096a238ac
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user