#!/bin/bash
#
# Run "cargo sort" with an appropriate set of flags.

set -euo pipefail

cargo sort --check --workspace
