mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
19 lines
251 B
TOML
19 lines
251 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"tokio",
|
|
"tokio-buf",
|
|
"tokio-codec",
|
|
"tokio-executor",
|
|
"tokio-fs",
|
|
"tokio-io",
|
|
"tokio-macros",
|
|
"tokio-net",
|
|
"tokio-process",
|
|
"tokio-sync",
|
|
"tokio-test",
|
|
"tokio-timer",
|
|
"tokio-tls",
|
|
"build-tests",
|
|
]
|