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

members = [
  "tokio",
  "tokio-buf",
  "tokio-codec",
  "tokio-current-thread",
  "tokio-executor",
  "tokio-fs",
  "tokio-futures",
  "tokio-io",
  "tokio-macros",
  "tokio-reactor",
  "tokio-signal",
  "tokio-sync",
  "tokio-test",
  "tokio-threadpool",
  "tokio-timer",
  "tokio-tcp",
  "tokio-tls",
  "tokio-trace",
  "tokio-trace/tokio-trace-core",
  "tokio-udp",
  "tokio-uds",
]