tokio/Cargo.toml
Carl Lerche 3b27dc31d2
threadpool: move threadpool into tokio-executor (#1452)
The threadpool is behind a feature flag.

Refs: #1264
2019-08-15 13:09:02 -07:00

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",
]