Files
tokio/Cargo.toml
T

26 lines
414 B
TOML
Raw Normal View History

[workspace]
members = [
"tokio",
2019-06-24 12:34:30 -07:00
# "tokio-buf",
2019-06-27 18:10:29 +01:00
"tokio-codec",
2018-06-12 19:26:03 +02:00
"tokio-current-thread",
"tokio-executor",
2019-06-24 12:34:30 -07:00
# "tokio-fs",
2019-04-25 19:22:32 -07:00
"tokio-futures",
"tokio-io",
"tokio-macros",
"tokio-reactor",
2019-06-24 12:34:30 -07:00
# "tokio-signal",
"tokio-sync",
2019-04-23 23:17:57 -04:00
"tokio-test",
2019-06-27 22:30:56 -07:00
"tokio-threadpool",
2018-03-28 22:26:47 -07:00
"tokio-timer",
"tokio-tcp",
2019-06-24 12:34:30 -07:00
# "tokio-tls",
# "tokio-trace",
# "tokio-trace/tokio-trace-core",
2019-06-27 02:41:36 +08:00
"tokio-udp",
2019-06-24 12:34:30 -07:00
# "tokio-uds",
]