
* Rust 2024 edition * gen = generalized * Fixes * more fix * More fix * even more fix * fix libfuzzer * ignore clippy lint * even more * fix docs? * more? * More pub more better * win * docs * more * More * doc stuff? * counter_maps->counters_maps * libafl qemu fixes for rust 2024 * fix? * fmt * unsafe lint * final fixes * fmt * working? * not working * unused import * win? * update libafl qemu hash * fmt * fix * unused imports * fix * fix * more foix * less edition * fix --------- Co-authored-by: Romain Malmain <romain.malmain@pm.me>
19 lines
509 B
TOML
19 lines
509 B
TOML
[package]
|
|
name = "drcov_utils"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
description = "Utility functions to work with DrCov coverage files"
|
|
repository = "https://github.com/AFLplusplus/LibAFL/"
|
|
license = "MIT OR Apache-2.0"
|
|
categories = ["development-tools"]
|
|
keywords = ["fuzzing", "libafl", "drcov"]
|
|
|
|
[dependencies]
|
|
env_logger = "0.11.6"
|
|
libafl_targets = { workspace = true, default-features = true }
|
|
clap = { workspace = true, features = ["derive", "wrap_help"] }
|
|
walkdir = "2.5"
|
|
|
|
[lints]
|
|
workspace = true
|