#!/usr/bin/env sh
#MISE description="Build the project"
#MISE alias=["b"]

set -e

cargo build --all-features
