Cargo.toml 189 B

1234567891011121314151617
  1. [workspace]
  2. members = [
  3. "communicator",
  4. "cuckoo",
  5. "dpf",
  6. "oram",
  7. "utils",
  8. ]
  9. [profile.bench]
  10. debug = 2
  11. [profile.release]
  12. lto = "fat"
  13. codegen-units = 1
  14. panic = "abort"