Files
tonic/Cargo.toml
T
2020-07-08 18:01:16 -04:00

21 lines
376 B
TOML

[workspace]
members = [
"tonic",
"tonic-build",
"tonic-health",
"tonic-types",
# Non-published crates
"examples",
"interop",
# Tests
"tests/included_service",
"tests/same_name",
"tests/wellknown",
"tests/extern_path/uuid",
"tests/ambiguous_methods",
"tests/extern_path/my_application",
"tests/integration_tests"
]