mirror of
https://github.com/taiki-e/install-action.git
synced 2025-12-27 01:54:13 -05:00
18 lines
708 B
JSON
18 lines
708 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": {}
|
|
}
|
|
}
|