CI for libafl-fuzz (#2554)

This commit is contained in:
Dominik Maier 2024-09-24 16:18:06 +02:00 committed by GitHub
parent 2bc211cc86
commit 36a082048d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,14 @@
[package]
name = "libafl-fuzz"
version = "0.13.2"
description = "Reimplementation of afl-fuzz on top of LibAFL"
documentation = "https://docs.rs/libafl"
authors = ["Aarnav Bos <aarnavbos@gmail.com>"]
readme = "./README.md"
license = "MIT OR Apache-2.0"
keywords = ["fuzzing", "testing", "security"]
repository = "https://github.com/AFLplusplus/LibAFL/"
categories = ["development-tools::testing"]
edition = "2021"
[dependencies]