809a0d844c
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.
14 lines
169 B
TOML
14 lines
169 B
TOML
[workspace]
|
|
members = [
|
|
"runtime",
|
|
"codegen",
|
|
"protos",
|
|
"benches",
|
|
"roto-tonic",
|
|
"examples/hello_world",
|
|
]
|
|
|
|
exclude = [
|
|
"test_gen_project"
|
|
]
|