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

members = [
  "tokio",
  "tokio-buf",
  "tokio-codec",
  "tokio-executor",
  "tokio-fs",
  "tokio-io",
  "tokio-macros",
  "tokio-net",
  "tokio-process",
  "tokio-signal",
  "tokio-sync",
  "tokio-test",
  "tokio-threadpool",
  "tokio-timer",
  "tokio-tcp",
  "tokio-tls",
  "tokio-udp",
  "tokio-uds",
  "ui-tests",
]