summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: de01ba67025bbca115c6db4b960cd83498b57fa8 (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-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-udp",
  # "tokio-uds",
]