Files
tokio/Cargo.toml
T

15 lines
171 B
TOML
Raw Normal View History

[workspace]
members = [
"tokio",
"tokio-macros",
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",
2019-11-22 14:38:49 -08:00
"tests-build",
2019-10-25 12:50:15 -07:00
"tests-integration",
]