Cargo.toml 124 B

123456789101112
  1. [workspace]
  2. members = [
  3. "communicator",
  4. "cuckoo",
  5. "dpf",
  6. "oram",
  7. "utils",
  8. ]
  9. [profile.bench]
  10. debug = 2