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

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