Files
tonic/Cargo.toml
T
2019-12-06 00:09:46 -05:00

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"