From 65b5051c7c712bf64769e6b821e717af22d621ab Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Fri, 20 Aug 2021 09:47:01 +0200 Subject: [PATCH] Update libafl_sugar Cargo.toml for publication --- libafl_sugar/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libafl_sugar/Cargo.toml b/libafl_sugar/Cargo.toml index f81aa8dfbf..d8bbe0ad89 100644 --- a/libafl_sugar/Cargo.toml +++ b/libafl_sugar/Cargo.toml @@ -2,6 +2,12 @@ name = "libafl_sugar" version = "0.6.0" authors = ["Andrea Fioraldi "] +description = "Sugar builders to create common fuzzers with LibAFL" +documentation = "https://docs.rs/libafl_sugar" +repository = "https://github.com/AFLplusplus/LibAFL/" +readme = "../README.md" +license = "MIT OR Apache-2.0" +keywords = ["fuzzing"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html