Cargo.toml 149 B

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