Support dprint

This commit is contained in:
Taiki Endo
2022-12-25 00:43:40 +09:00
parent 2ba826d3de
commit ab0e193cf5
5 changed files with 1973 additions and 10 deletions

View File

@@ -0,0 +1,13 @@
{
"repository": "https://github.com/dprint/dprint",
"tag_prefix": "",
"asset_name": "${package}-${rust_target}.zip",
"platform": {
"x86_64_linux_gnu": {},
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {},
"aarch64_linux_gnu": {},
"aarch64_macos": {}
}
}