#!/usr/bin/env bash # # Used by labeler.yaml # # Not to be confused with the per crate `test_vars.sh` used by # `rust-bitcoin-maintainer-tools-run_task.sh`. CRATES="`cargo metadata --no-deps --format-version 1 | jq -j -r '.packages | map(.manifest_path | rtrimstr("/Cargo.toml") | ltrimstr("'$PWD'/")) | join(" ")'`" DEPS="recent minimal"