Support cargo-careful

This commit is contained in:
Taiki Endo
2023-07-31 22:21:35 +09:00
parent 405b1cf48c
commit ffbd316e0f
4 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"repository": "https://github.com/RalfJung/cargo-careful",
"tag_prefix": "v",
"asset_name": "${package}.${rust_target}",
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {
"asset_name": "${package}.exe"
}
}
}