#!/usr/bin/env bash
# Script for building your rust projects.
# $1 {path} = Path to cross/cargo executable
CROSS=
# $1 {string} = <Target Triple> e.g. x86_64-pc-windows-msvc
TARGET_TRIPLE=
# $3 {boolean} = Are we building for deployment?
RELEASE_BUILD=
if [; then
else
fi