Cargo.toml 742 B

12345678910111213141516171819202122232425262728
  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/council",
  9. "runtime-modules/forum",
  10. "runtime-modules/governance",
  11. "runtime-modules/membership",
  12. "runtime-modules/memo",
  13. "runtime-modules/recurring-reward",
  14. "runtime-modules/referendum",
  15. "runtime-modules/service-discovery",
  16. "runtime-modules/storage",
  17. "runtime-modules/token-minting",
  18. "runtime-modules/working-group",
  19. "runtime-modules/content-directory",
  20. "runtime-modules/constitution",
  21. "runtime-modules/staking-handler",
  22. "node",
  23. "utils/chain-spec-builder/"
  24. ]
  25. [profile.release]
  26. # Substrate runtime requires unwinding.
  27. panic = "unwind"