Files
roto/Cargo.toml
T

13 lines
162 B
TOML

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