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.

40 lines
581 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. "gm17",
  12. "groth16",
  13. "r1cs-core",
  14. "r1cs-std",
  15. "algebra-core/algebra-core-derive",
  16. ]
  17. [profile.release]
  18. opt-level = 3
  19. lto = "thin"
  20. incremental = true
  21. [profile.bench]
  22. opt-level = 3
  23. debug = false
  24. rpath = false
  25. lto = "thin"
  26. incremental = true
  27. debug-assertions = false
  28. [profile.dev]
  29. opt-level = 0
  30. [profile.test]
  31. opt-level = 3
  32. lto = "thin"
  33. incremental = true
  34. debug-assertions = true
  35. debug = true