mirror of
https://gitee.com/openharmony/third_party_rust_tokio
synced 2025-02-17 05:27:46 +00:00
17 lines
204 B
TOML
17 lines
204 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"tokio",
|
|
"tokio-macros",
|
|
"tokio-test",
|
|
"tokio-stream",
|
|
"tokio-util",
|
|
|
|
# Internal
|
|
"benches",
|
|
"examples",
|
|
"stress-test",
|
|
"tests-build",
|
|
"tests-integration",
|
|
]
|