Skip to content

Commit da4ee4d

Browse files
readme fields in Cargo.toml for crates.io
1 parent e9a97e6 commit da4ee4d

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

libafl/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Andrea Fioraldi <[email protected]>", "Dominik Maier <domenuk
55
description = "Slot your own fuzzers together and extend their features using Rust"
66
documentation = "https://docs.rs/libafl"
77
repository = "https://github.com/AFLplusplus/LibAFL/"
8+
readme = "../README.md"
89
license = "MIT OR Apache-2.0"
910
keywords = ["fuzzing", "testing", "security"]
1011
edition = "2018"

libafl_cc/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Andrea Fioraldi <[email protected]>"]
55
description = "Commodity library to wrap compilers and link LibAFL"
66
documentation = "https://docs.rs/libafl_cc"
77
repository = "https://github.com/AFLplusplus/LibAFL/"
8+
readme = "../README.md"
89
license = "MIT OR Apache-2.0"
910
keywords = ["fuzzing", "testing", "compiler"]
1011
edition = "2018"

libafl_derive/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Andrea Fioraldi <[email protected]>"]
55
description = "Derive proc-macro crate for LibAFL"
66
documentation = "https://docs.rs/libafl_derive"
77
repository = "https://github.com/AFLplusplus/LibAFL/"
8+
readme = "../README.md"
89
license = "MIT OR Apache-2.0"
910
keywords = ["fuzzing", "testing"]
1011
edition = "2018"

libafl_frida/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["s1341 <[email protected]>"]
55
description = "Frida backend library for LibAFL"
66
documentation = "https://docs.rs/libafl_frida"
77
repository = "https://github.com/AFLplusplus/LibAFL/"
8+
readme = "../README.md"
89
license = "MIT OR Apache-2.0"
910
keywords = ["fuzzing", "frida", "instrumentation"]
1011
edition = "2018"

libafl_targets/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Andrea Fioraldi <[email protected]>"]
55
description = "Common code for target instrumentation that can be used combined with LibAFL"
66
documentation = "https://docs.rs/libafl_targets"
77
repository = "https://github.com/AFLplusplus/LibAFL/"
8+
readme = "../README.md"
89
license = "MIT OR Apache-2.0"
910
keywords = ["fuzzing", "testing"]
1011
edition = "2018"

0 commit comments

Comments
 (0)