Add support for cargo-dinghy (#133)

This commit is contained in:
John Nunley
2023-06-10 07:00:18 -07:00
committed by GitHub
parent 93a5b91855
commit 7e750de5db
5 changed files with 314 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
{
"repository": "https://github.com/sonos/dinghy",
"tag_prefix": "",
"asset_name": "${package}-${os_name}-${version}.tgz",
"bin": "${package}-${version}/${package}${exe}",
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {}
}
}