You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
428 B

  1. [workspace]
  2. members = [
  3. "gl",
  4. "glc",
  5. "space-crush-app",
  6. "space-crush-common",
  7. "space-crush-server",
  8. ]
  9. default-members = [
  10. "space-crush-app",
  11. ]
  12. [patch.crates-io]
  13. auto_ops = { path = "./auto_ops" }
  14. gl = { path = "./gl" }
  15. glc = { path = "./glc" }
  16. space-crush-app = { path = "./space-crush-app" }
  17. space-crush-common = { path = "./space-crush-common" }
  18. space-crush-server = { path = "./space-crush-server" }