I'd like to be able to upload and run pre-built binaries. Running cargo build on Render seems wasteful given that I'll have built the binary locally, in GitHub Actions, and on Render. It would be great to be able to build the project either locally or in my CI/CD tooling and pass that to Render for deployment