Cargo.toml 85 B

1234567
  1. [profile.release]
  2. overflow-checks = true
  3. [workspace]
  4. members = [
  5. "programs/*"
  6. ]