Fix stuff

This commit is contained in:
2026-05-13 23:08:21 -07:00
parent db2bf1bffd
commit 08be61966c
11 changed files with 1038 additions and 231 deletions
Generated
+12 -13
View File
@@ -1168,10 +1168,18 @@ dependencies = [
name = "roto-codegen"
version = "0.1.0"
dependencies = [
"bytes",
"clap",
"env_logger",
"futures-util",
"http-body",
"http-body-util",
"log",
"roto-runtime",
"roto-tonic",
"tokio-stream",
"tonic",
"tower 0.4.13",
]
[[package]]
@@ -1186,9 +1194,13 @@ name = "roto-tonic"
version = "0.1.0"
dependencies = [
"bytes",
"futures-util",
"http-body",
"http-body-util",
"prost",
"roto-runtime",
"tonic",
"tower 0.4.13",
]
[[package]]
@@ -1352,19 +1364,6 @@ dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "test_grpc_project"
version = "0.1.0"
dependencies = [
"bytes",
"prost",
"roto-runtime",
"roto-tonic",
"tokio",
"tokio-stream",
"tonic",
]
[[package]]
name = "tinytemplate"
version = "1.2.1"