panic-halt 0.1.0

Set panicking behavior to halt
set -euxo pipefail

main() {
    cargo check --target $TARGET
}

main