您最多选择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" }