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.

41 lines
603 B

5 years ago
5 years ago
5 years ago
  1. [workspace]
  2. members = [
  3. "algebra-core",
  4. "algebra",
  5. "algebra-benches",
  6. "bench-utils",
  7. "cp-benches",
  8. "crypto-primitives",
  9. "dpc",
  10. "ff-fft",
  11. "ff-fft-benches",
  12. "gm17",
  13. "groth16",
  14. "r1cs-core",
  15. "r1cs-std",
  16. "algebra-core/algebra-core-derive",
  17. ]
  18. [profile.release]
  19. opt-level = 3
  20. lto = "thin"
  21. incremental = true
  22. [profile.bench]
  23. opt-level = 3
  24. debug = false
  25. rpath = false
  26. lto = "thin"
  27. incremental = true
  28. debug-assertions = false
  29. [profile.dev]
  30. opt-level = 0
  31. [profile.test]
  32. opt-level = 3
  33. lto = "thin"
  34. incremental = true
  35. debug-assertions = true
  36. debug = true