mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
22 lines
296 B
TOML
22 lines
296 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-udp",
|
|
"tokio-uds",
|
|
"ui-tests",
|
|
]
|