Files
roto/Cargo.toml
T
charles 809a0d844c Update StatusBody to support gRPC trailers
Change StatusBody from a tuple struct to a struct containing both data
and trailers. Update the codegen to use the new StatusBody::new
constructor to specify gRPC status codes.

Also remove the temp_test_project.
2026-05-15 18:57:15 -07:00

14 lines
169 B
TOML

[workspace]
members = [
"runtime",
"codegen",
"protos",
"benches",
"roto-tonic",
"examples/hello_world",
]
exclude = [
"test_gen_project"
]