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.

52 lines
675 B

4 years ago
  1. [workspace]
  2. members = [
  3. "curve-benches",
  4. "curve-tests",
  5. "bls12_377",
  6. "ed_on_bls12_377",
  7. "bw6_761",
  8. "ed_on_bw6_761",
  9. "cp6_782",
  10. "ed_on_cp6_782",
  11. "bls12_381",
  12. "ed_on_bls12_381",
  13. "bn254",
  14. "ed_on_bn254",
  15. "mnt4_298",
  16. "mnt6_298",
  17. "ed_on_mnt4_298",
  18. "mnt4_753",
  19. "mnt6_753",
  20. "ed_on_mnt4_298",
  21. ]
  22. [profile.release]
  23. opt-level = 3
  24. lto = "thin"
  25. incremental = true
  26. [profile.bench]
  27. opt-level = 3
  28. debug = false
  29. rpath = false
  30. lto = "thin"
  31. incremental = true
  32. debug-assertions = false
  33. [profile.dev]
  34. opt-level = 0
  35. [profile.test]
  36. opt-level = 3
  37. lto = "thin"
  38. incremental = true
  39. debug-assertions = true
  40. debug = true