mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-07 00:00:09 +02:00
21 lines
284 B
TOML
21 lines
284 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"tokio",
|
|
"tokio-buf",
|
|
"tokio-codec",
|
|
"tokio-executor",
|
|
"tokio-fs",
|
|
"tokio-io",
|
|
"tokio-macros",
|
|
"tokio-net",
|
|
"tokio-process",
|
|
"tokio-signal",
|
|
"tokio-sync",
|
|
"tokio-test",
|
|
"tokio-timer",
|
|
"tokio-tls",
|
|
"tokio-uds",
|
|
"build-tests",
|
|
]
|