Cargo.toml 815 B

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