Add cargo-spellcheck (#423)

This commit is contained in:
John Vandenberg
2024-03-27 22:23:09 +08:00
committed by GitHub
parent a9f98a05a1
commit e52d622f2d
4 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"repository": "https://github.com/drahnr/cargo-spellcheck",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-v${version}-${rust_target}",
"bin": "${package}-v${version}-${rust_target}",
"version_range": ">= 0.13",
"platform": {
"x86_64_windows": {
"asset_name": "${package}-v${version}-x86_64-pc-windows-gnu.exe",
"bin": "${package}-v${version}-x86_64-pc-windows-gnu.exe"
},
"x86_64_linux_gnu": {}
}
}