#!/bin/bash
set -e
cargo build --release --bin launcher
cp target/release/launcher ./out/crsn
echo "Target built and copied to ./out/crsn"