From 22b72bac6641362e026a8a64ed2fcec9020a69ec Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Fri, 30 Apr 2021 15:43:14 +0200 Subject: [PATCH] fixes for cargo publish --- libafl_frida/Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libafl_frida/Cargo.toml b/libafl_frida/Cargo.toml index 26dc39bbd3..d5326ef631 100644 --- a/libafl_frida/Cargo.toml +++ b/libafl_frida/Cargo.toml @@ -2,10 +2,13 @@ name = "libafl_frida" version = "0.1.0" authors = ["s1341 "] +description = "Frida backend library for LibAFL" +documentation = "https://docs.rs/libafl_frida" +repository = "https://github.com/AFLplusplus/LibAFL/" +license = "MIT OR Apache-2.0" +keywords = ["fuzzing", "frida", "instrumentation"] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [build-dependencies] cc = { version = "1.0", features = ["parallel"] }