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

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