rustup target add x86_64-apple-darwin    # for macOS Intel
rustup target add aarch64-apple-darwin   # for macOS ARM
rustup target add x86_64-pc-windows-gnu  # for Windows
rustup target add x86_64-unknown-linux-gnu  # for Linux
# Alternatively for linux - https://github.com/messense/homebrew-macos-cross-toolchains


