tokio/Cargo.toml
2019-07-08 14:58:40 -07:00

24 lines
355 B
TOML

[workspace]
members = [
"tokio",
# "tokio-buf",
"tokio-codec",
"tokio-current-thread",
"tokio-executor",
# "tokio-fs",
"tokio-futures",
"tokio-io",
"tokio-macros",
"tokio-reactor",
"tokio-signal",
"tokio-sync",
"tokio-test",
"tokio-threadpool",
"tokio-timer",
"tokio-tcp",
# "tokio-tls",
"tokio-udp",
"tokio-uds",
]