Cargo.toml 204 B

123456789101112131415
  1. [workspace]
  2. members = [
  3. "crypto",
  4. "external",
  5. "protover",
  6. "smartlist",
  7. "tor_allocate",
  8. "tor_log",
  9. "tor_rust",
  10. "tor_util",
  11. ]
  12. [profile.release]
  13. debug = true
  14. panic = "abort"