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 115B

1234567
  1. [workspace]
  2. members = ["web-client", "common-api"]
  3. [profile.release]
  4. codegen-units = 1
  5. lto = true
  6. panic = "abort"