Cargo.toml 217 B

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