Support cargo-mutants (#1812)

Closes taiki-e/install-action#1668
This commit is contained in:
Jake Wimmer
2026-05-14 02:43:36 -07:00
committed by GitHub
parent 70f4d41e0b
commit 8038c93dad
4 changed files with 497 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"repository": "https://github.com/sourcefrog/cargo-mutants",
"license_markdown": "[MIT](https://github.com/sourcefrog/cargo-mutants/blob/main/LICENSE)",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": [
"${package}-${rust_target}.tar.gz",
"${package}-${rust_target}.tar.xz"
],
"platform": {
"x86_64_linux_gnu": {},
"x86_64_macos": {},
"x86_64_windows": {
"asset_name": "${package}-${rust_target}.zip"
}
}
}