diff --git a/libafl/Cargo.toml b/libafl/Cargo.toml index 7b6616f8a9..52c8c4005b 100644 --- a/libafl/Cargo.toml +++ b/libafl/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Andrea Fioraldi ", "Dominik Maier "] description = "Commodity library to wrap compilers and link LibAFL" documentation = "https://docs.rs/libafl_cc" repository = "https://github.com/AFLplusplus/LibAFL/" +readme = "../README.md" license = "MIT OR Apache-2.0" keywords = ["fuzzing", "testing", "compiler"] edition = "2018" diff --git a/libafl_derive/Cargo.toml b/libafl_derive/Cargo.toml index 059c5aa758..d95d012ef6 100644 --- a/libafl_derive/Cargo.toml +++ b/libafl_derive/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Andrea Fioraldi "] description = "Derive proc-macro crate for LibAFL" documentation = "https://docs.rs/libafl_derive" repository = "https://github.com/AFLplusplus/LibAFL/" +readme = "../README.md" license = "MIT OR Apache-2.0" keywords = ["fuzzing", "testing"] edition = "2018" diff --git a/libafl_frida/Cargo.toml b/libafl_frida/Cargo.toml index 2852fa8210..8aa72e7578 100644 --- a/libafl_frida/Cargo.toml +++ b/libafl_frida/Cargo.toml @@ -5,6 +5,7 @@ authors = ["s1341 "] description = "Frida backend library for LibAFL" documentation = "https://docs.rs/libafl_frida" repository = "https://github.com/AFLplusplus/LibAFL/" +readme = "../README.md" license = "MIT OR Apache-2.0" keywords = ["fuzzing", "frida", "instrumentation"] edition = "2018" diff --git a/libafl_targets/Cargo.toml b/libafl_targets/Cargo.toml index 0fef945224..810df875a9 100644 --- a/libafl_targets/Cargo.toml +++ b/libafl_targets/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Andrea Fioraldi "] description = "Common code for target instrumentation that can be used combined with LibAFL" documentation = "https://docs.rs/libafl_targets" repository = "https://github.com/AFLplusplus/LibAFL/" +readme = "../README.md" license = "MIT OR Apache-2.0" keywords = ["fuzzing", "testing"] edition = "2018"