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

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

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