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

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