mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
23 lines
311 B
TOML
23 lines
311 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-tcp",
|
|
"tokio-tls",
|
|
"tokio-udp",
|
|
"tokio-uds",
|
|
"ui-tests",
|
|
]
|