summary refs log tree commit diff
path: root/src/Cargo.toml
blob: dbd2f7743dc087c080d8f1a21dc48bc870a9108b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[workspace]
members = [
  "bootstrap",
  "rustc",
  "rustc/std_shim",
  "rustc/test_shim",
  "tools/cargotest",
  "tools/compiletest",
  "tools/error_index_generator",
  "tools/linkchecker",
  "tools/rustbook",
  "tools/tidy",
]