#!/bin/bash
set -e # fail on any error
set -u # treat unset variables as error
cargo +stable install cargo-audit
cargo +stable audit