16 lines
283 B
TOML
16 lines
283 B
TOML
[workspace]
|
|
members = [
|
|
"tonic",
|
|
"tonic-build",
|
|
"tonic-examples",
|
|
"tonic-interop",
|
|
|
|
"tests/included_service",
|
|
"tests/same_name",
|
|
"tests/wellknown",
|
|
]
|
|
|
|
[patch.'https://github.com/tower-rs/tower']
|
|
tower-service = "0.3"
|
|
tower-make = "0.3"
|
|
tower-layer = "0.3" |