summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 5db6347225c9dd55f6017a44c6c4b989308e15c2 (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",
]