Cargo.toml 133 B

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