Files
roto/Cargo.toml
T

14 lines
190 B
TOML

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