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:
2026-05-16 16:57:01 -07:00
parent 809a0d844c
commit 2202548ae5
4 changed files with 23 additions and 4 deletions
Generated
+2
View File
@@ -1201,6 +1201,8 @@ dependencies = [
"http-body-util",
"prost",
"roto-runtime",
"tokio",
"tokio-stream",
"tonic",
"tower 0.4.13",
]