[target.aarch64-apple-darwin] # Use zld linker if available on macOS (requires: brew install zld) # rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/zld"] [target.x86_64-apple-darwin] # rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/zld"] [build] # Use incremental compilation by default incremental = true [env] # Enable sqlx offline mode if sqlx-data.json exists # SQLX_OFFLINE = "true"