summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/mock-std/Cargo.toml
blob: a69aa4b88fa23cef6ce2ccc80a733560a8c5f829 (plain)
1
2
3
4
5
6
7
8
[workspace]
members = [
  "library/alloc",
  "library/core",
  "library/proc_macro",
  "library/std",
  "library/test",
]