mirror of
https://github.com/openharmony/third_party_rust_tower.git
synced 2026-07-01 20:44:03 -04:00
a6dc291090
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",
|
|
]
|