Update libafl_sugar Cargo.toml for publication

This commit is contained in:
Andrea Fioraldi 2021-08-20 09:47:01 +02:00
parent 753d1e5381
commit 65b5051c7c

View File

@ -2,6 +2,12 @@
name = "libafl_sugar" name = "libafl_sugar"
version = "0.6.0" version = "0.6.0"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"] authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
description = "Sugar builders to create common fuzzers with LibAFL"
documentation = "https://docs.rs/libafl_sugar"
repository = "https://github.com/AFLplusplus/LibAFL/"
readme = "../README.md"
license = "MIT OR Apache-2.0"
keywords = ["fuzzing"]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html