Support cargo-fuzz

This commit is contained in:
Taiki Endo
2024-03-02 18:29:03 +09:00
parent 41e81ec8b7
commit 82fc405565
4 changed files with 81 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"repository": "https://github.com/rust-fuzz/cargo-fuzz",
"tag_prefix": "",
"rust_crate": "${package}",
"broken": ["0.11.3", "0.11.4", "0.12.0"],
"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"
}
}
}