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"] }