examples: Add tower-client example (#466)
This commit is contained in:
+5
-1
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user