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

members = [
  "tokio",
  "tokio-macros",
  "tokio-test",
  "tokio-util",

  # Internal
  "benches",
  "examples",
  "stress-test",
  "tests-build",
  "tests-integration",
]