You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cargo.toml 183B

12345678910
  1. [workspace]
  2. members = ["web-client", "near-client", "common-api"]
  3. [profile.release]
  4. codegen-units = 1
  5. opt-level = "z"
  6. lto = true
  7. debug = false
  8. panic = "abort"
  9. overflow-checks = true