#!/usr/bin/env bash
nodemon -e rs --ignore 'target/*' --exec cargo test "$@"
