Support gRPC packages in generated code
Include package names in the `NamedService` identifier and request paths. Change generated imports to use `crate` and add `tokio` and `tokio-stream` dependencies to `roto-tonic`.
This commit is contained in:
Generated
+2
@@ -1201,6 +1201,8 @@ dependencies = [
|
||||
"http-body-util",
|
||||
"prost",
|
||||
"roto-runtime",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"tonic",
|
||||
"tower 0.4.13",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user