Add cargo-auditable (#741)

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
simonsan
2024-11-19 20:43:47 +01:00
committed by GitHub
parent fe7bfc78d7
commit 6662e50b58
4 changed files with 83 additions and 1 deletions

View File

@@ -790,7 +790,7 @@ for tool in "${tools[@]}"; do
# wait-for-them up to 0.4.0 does not support --version flag.
biome | cargo-machete | wait-for-them) rx "${tool_bin_stem}" --version || true ;;
# these packages support neither --version nor --help flag.
cargo-careful | wasm-bindgen-test-runner) ;;
cargo-auditable | cargo-careful | wasm-bindgen-test-runner) ;;
# wasm2es6js does not support --version flag and --help flag doesn't contains version info.
wasm2es6js) ;;
# cargo-zigbuild has no --version flag on `cargo zigbuild` subcommand.