mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-08 18:05:42 +08:00
19 lines
733 B
JSON
19 lines
733 B
JSON
{
|
|
"repository": "https://github.com/rustsec/rustsec",
|
|
"website": "https://github.com/rustsec/rustsec/tree/HEAD/cargo-audit",
|
|
"license_markdown": "[Apache-2.0](https://github.com/rustsec/rustsec/blob/HEAD/cargo-audit/LICENSE-APACHE) OR [MIT](https://github.com/rustsec/rustsec/blob/HEAD/cargo-audit/LICENSE-MIT)",
|
|
"tag_prefix": "cargo-audit/v",
|
|
"rust_crate": "${package}",
|
|
"asset_name": "${package}-${rust_target}-v${version}.tgz",
|
|
"bin": "${package}-${rust_target}-v${version}/${package}${exe}",
|
|
"platform": {
|
|
"x86_64_linux_musl": {},
|
|
"x86_64_macos": {},
|
|
"x86_64_windows": {
|
|
"asset_name": "${package}-${rust_target}-v${version}.zip"
|
|
},
|
|
"aarch64_linux_gnu": {},
|
|
"aarch64_macos": {}
|
|
}
|
|
}
|