2018-01-31 21:06:42 -08:00
|
|
|
[workspace]
|
|
|
|
|
|
|
|
|
|
members = [
|
2019-03-19 14:58:59 -07:00
|
|
|
"tokio",
|
2019-06-25 20:14:21 -07:00
|
|
|
"tokio-macros",
|
2019-04-23 23:17:57 -04:00
|
|
|
"tokio-test",
|
2019-10-22 10:13:49 -07:00
|
|
|
"tokio-util",
|
|
|
|
|
|
|
|
|
|
# Internal
|
2019-12-24 20:53:20 -08:00
|
|
|
"benches",
|
2019-10-22 10:13:49 -07:00
|
|
|
"examples",
|
2019-11-22 14:38:49 -08:00
|
|
|
"tests-build",
|
2019-10-25 12:50:15 -07:00
|
|
|
"tests-integration",
|
2018-01-31 21:06:42 -08:00
|
|
|
]
|