Cargo.toml 621 B

12345678910111213141516171819202122232425
  1. [workspace]
  2. members = [
  3. "runtime",
  4. "runtime-modules/proposals/engine",
  5. "runtime-modules/proposals/codex",
  6. "runtime-modules/proposals/discussion",
  7. "runtime-modules/common",
  8. "runtime-modules/forum",
  9. "runtime-modules/governance",
  10. "runtime-modules/hiring",
  11. "runtime-modules/membership",
  12. "runtime-modules/memo",
  13. "runtime-modules/recurring-reward",
  14. "runtime-modules/stake",
  15. "runtime-modules/storage",
  16. "runtime-modules/token-minting",
  17. "runtime-modules/working-group",
  18. "runtime-modules/content",
  19. "node",
  20. "utils/chain-spec-builder/",
  21. ]
  22. [profile.release]
  23. # Substrate runtime requires unwinding.
  24. panic = "unwind"