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

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