We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753d1e5 commit 65b5051Copy full SHA for 65b5051
libafl_sugar/Cargo.toml
@@ -2,6 +2,12 @@
2
name = "libafl_sugar"
3
version = "0.6.0"
4
authors = ["Andrea Fioraldi <[email protected]>"]
5
+description = "Sugar builders to create common fuzzers with LibAFL"
6
+documentation = "https://docs.rs/libafl_sugar"
7
+repository = "https://github.com/AFLplusplus/LibAFL/"
8
+readme = "../README.md"
9
+license = "MIT OR Apache-2.0"
10
+keywords = ["fuzzing"]
11
edition = "2018"
12
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments