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

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

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