summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 05e3de22c000f0f2686adc6c61937a4c3170786c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[workspace]

members = [
  "tokio",
  "tokio-codec",
  "tokio-executor",
  "tokio-fs",
  "tokio-io",
  "tokio-macros",
  "tokio-net",
  "tokio-sync",
  "tokio-test",
  "tokio-timer",
  "tokio-tls",
  "build-tests",
]