Cargo.toml 188 B

123456789101112
  1. [workspace]
  2. members = ["aya-log-ebpf", "aya-log-ebpf-macros", "example"]
  3. [profile.dev]
  4. panic = "abort"
  5. debug = 1
  6. opt-level = 2
  7. overflow-checks = false
  8. [profile.release]
  9. panic = "abort"