Support cargo-export (#312)

This commit is contained in:
Denis Bazhenov
2023-12-23 20:49:54 +07:00
committed by GitHub
parent 9448815031
commit bb006b6f1b
3 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"repository": "https://github.com/bazhenov/cargo-export",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}.tar.gz",
"bin": "${package}-v${version}-${rust_target}/bin/${package}${exe}",
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {},
"aarch64_macos": {}
}
}