
* 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>
17 lines
374 B
TOML
17 lines
374 B
TOML
[package]
|
|
name = "libafl_jumper"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
description = "LibAFL_Jumper: Jump to any address in memory."
|
|
repository = "https://github.com/AFLplusplus/LibAFL/"
|
|
license = "MIT OR Apache-2.0"
|
|
categories = ["development-tools::testing", "os"]
|
|
keywords = ["fuzzing", "libafl"]
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|
|
|
|
[build-dependencies]
|
|
cc = "1"
|