Files
tokio/Cargo.toml
T

18 lines
213 B
TOML
Raw Normal View History

[workspace]
members = [
"tokio",
"tokio-executor",
"tokio-io",
"tokio-macros",
"tokio-net",
"tokio-sync",
2019-04-23 23:17:57 -04:00
"tokio-test",
2019-07-16 18:26:08 +01:00
"tokio-tls",
2019-10-22 10:13:49 -07:00
"tokio-util",
# Internal
"examples",
"build-tests",
]