mirror of
https://github.com/tower-rs/tower.git
synced 2025-12-31 05:40:50 +00:00
Note that this also moves all crates from `log` to `tracing`. It also does not set any dependencies as optional.
9 lines
90 B
TOML
9 lines
90 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"tower",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tower-test",
|
|
]
|