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

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

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