Cargo.toml 160 B

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