Support just

This commit is contained in:
Taiki Endo
2022-12-25 00:43:34 +09:00
parent 48228808bf
commit 2ba826d3de
4 changed files with 896 additions and 11 deletions

View File

@@ -0,0 +1,14 @@
{
"repository": "https://github.com/casey/just",
"tag_prefix": "",
"asset_name": "${package}-${version}-${rust_target}.tar.gz",
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {
"asset_name": "${package}-${version}-${rust_target}.zip"
},
"aarch64_linux_musl": {},
"aarch64_macos": {}
}
}