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

members = [
  "tokio",
  "tokio-executor",
  "tokio-io",
  "tokio-macros",
  "tokio-net",
  "tokio-sync",
  "tokio-test",
  "tokio-tls",
  "tokio-util",

  # Internal
  "examples",
  "build-tests",
]