選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

15 行
215 B

  1. [workspace]
  2. members = [
  3. "gl",
  4. "glc",
  5. "space-crush",
  6. ]
  7. default-members = [
  8. "space-crush",
  9. ]
  10. [patch.crates-io]
  11. gl = { path = "./gl" }
  12. glc = { path = "./glc" }
  13. space-crush = { path = "./space-crush" }