e82f0b0399
We shouldn't append `proto_path` (`super` by default) if the path starts with `crate::`. Fixes https://github.com/hyperium/tonic/issues/548
26 lines
492 B
TOML
26 lines
492 B
TOML
[workspace]
|
|
members = [
|
|
"tonic",
|
|
"tonic-build",
|
|
"tonic-health",
|
|
"tonic-types",
|
|
"tonic-reflection",
|
|
|
|
# Non-published crates
|
|
"examples",
|
|
"interop",
|
|
|
|
# Tests
|
|
"tests/included_service",
|
|
"tests/same_name",
|
|
"tests/wellknown",
|
|
"tests/wellknown-compiled",
|
|
"tests/extern_path/uuid",
|
|
"tests/ambiguous_methods",
|
|
"tests/extern_path/my_application",
|
|
"tests/integration_tests",
|
|
"tests/stream_conflict",
|
|
"tests/root-crate-path",
|
|
]
|
|
|