From 36a082048df61b42fc0f7db29d522c2691c079b6 Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Tue, 24 Sep 2024 16:18:06 +0200 Subject: [PATCH] CI for libafl-fuzz (#2554) --- fuzzers/others/libafl-fuzz/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fuzzers/others/libafl-fuzz/Cargo.toml b/fuzzers/others/libafl-fuzz/Cargo.toml index 2958cd7058..a3cd39c416 100644 --- a/fuzzers/others/libafl-fuzz/Cargo.toml +++ b/fuzzers/others/libafl-fuzz/Cargo.toml @@ -1,6 +1,14 @@ [package] name = "libafl-fuzz" version = "0.13.2" +description = "Reimplementation of afl-fuzz on top of LibAFL" +documentation = "https://docs.rs/libafl" +authors = ["Aarnav Bos "] +readme = "./README.md" +license = "MIT OR Apache-2.0" +keywords = ["fuzzing", "testing", "security"] +repository = "https://github.com/AFLplusplus/LibAFL/" +categories = ["development-tools::testing"] edition = "2021" [dependencies]