1 2 3 4
FROM rust:1.87.0 RUN apt update && apt install -y mingw-w64 \ && rustup target add x86_64-pc-windows-gnu