Add cargo-sort (#344)

This commit is contained in:
Jacob Pratt
2024-01-23 19:12:31 -05:00
committed by GitHub
parent 5be08121a6
commit 1793b9c55f
4 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"repository": "https://github.com/DevinR528/cargo-sort",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",
"version_range": "> 1.0.5",
"platform": {
"x86_64_macos": {},
"x86_64_windows": {
"asset_name": "${package}-${rust_target}.zip"
},
"x86_64_linux_gnu": {}
}
}