feat(transport): Add Router::into_service (#419)

Co-authored-by: Danny Hua <[email protected]>
This commit is contained in:
T.J. Telan
2020-08-20 15:11:31 -04:00
committed by GitHub
co-authored by Danny Hua
parent 90858926b6
commit 37f6733f85
4 changed files with 292 additions and 1 deletions
+8
View File
@@ -126,6 +126,14 @@ path = "src/autoreload/server.rs"
name = "optional-server"
path = "src/optional/server.rs"
[[bin]]
name = "hyper-warp-multiplex-client"
path = "src/hyper_warp_multiplex/client.rs"
[[bin]]
name = "hyper-warp-multiplex-server"
path = "src/hyper_warp_multiplex/server.rs"
[dependencies]
tonic = { path = "../tonic", features = ["tls"] }
prost = "0.6"