#!/bin/sh
SCRIPT_DIR="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)"
exec cargo run --manifest-path "$SCRIPT_DIR/Cargo.toml" --quiet -- "$@"
