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

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

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