feat: Add mdbook-alerts as a new tool (#1060)

This commit is contained in:
Frank Elsinga
2025-07-26 07:25:22 +02:00
committed by GitHub
parent 7f9b17c298
commit 6f17996967
3 changed files with 335 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"repository": "https://github.com/lambdalisue/rs-mdbook-alerts",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}",
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {
"asset_name": "${package}-${rust_target}.exe"
},
"aarch64_linux_musl": {},
"aarch64_macos": {}
}
}