feat(transport): Add optional service methods (#275)

This commit is contained in:
Harry Barber
2020-07-10 12:39:52 -04:00
committed by GitHub
parent 034c850254
commit 2b997b0c5f
3 changed files with 127 additions and 1 deletions
+4
View File
@@ -122,6 +122,10 @@ path = "src/health/server.rs"
name = "autoreload-server"
path = "src/autoreload/server.rs"
[[bin]]
name = "optional-server"
path = "src/optional/server.rs"
[dependencies]
tonic = { path = "../tonic", features = ["tls"] }
prost = "0.6"