Files
tonic/Cargo.toml
T
tottoto 74e4400219 chore: Use feature resolver v2 and turn off unused features (#1270)
* chore: Use feature resolver version 2

* chore(web): Turn off unused features
2023-02-15 14:46:27 +00:00

28 lines
626 B
TOML

[workspace]
members = [
"tonic",
"tonic-build",
"tonic-health",
"tonic-types",
"tonic-reflection",
"tonic-web", # Non-published crates
"examples",
"interop", # Tests
"tests/disable_comments",
"tests/included_service",
"tests/same_name",
"tests/service_named_service",
"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",
"tests/compression",
"tonic-web/tests/integration",
"tests/service_named_result",
]
resolver = "2"