Cargo.toml 174 B

12345678910
  1. [workspace]
  2. members = ["tor_util", "protover", "smartlist", "external", "tor_allocate",
  3. "tor_rust", "tor_log",
  4. "rand",
  5. ]
  6. [profile.release]
  7. debug = true
  8. panic = "abort"