13 lines
162 B
TOML
13 lines
162 B
TOML
[workspace]
|
|
members = [
|
|
"runtime",
|
|
"codegen",
|
|
"protos",
|
|
"benches",
|
|
"roto-tonic", "test_grpc_project",
|
|
]
|
|
|
|
exclude = [
|
|
"test_gen_project"
|
|
]
|