mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-14 16:30:26 +00:00
17
tools/codegen/base/cargo-mutants.json
Normal file
17
tools/codegen/base/cargo-mutants.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user