Dominik Maier e83dc792da
0.13.2 (for real this time) (#2448)
* 0.13.2 (for real this time)

* More 0.13.2

* Make sure this never bites us

* Update ahash
2024-07-26 13:41:05 +02:00

28 lines
743 B
TOML

[package]
name = "runtime_test"
version = "0.13.2"
edition = "2021"
authors = ["Julius Hohnerlein <julihoh@users.noreply.github.com>"]
description = "Runtime test of LibAFL fuzzing with symbolicc execution"
documentation = "https://docs.rs/libafl"
repository = "https://github.com/AFLplusplus/LibAFL/"
readme = "../README.md"
license = "MIT OR Apache-2.0"
keywords = ["fuzzing", "libafl", "symbolic", "symcc", "symqemu", "fuzzer"]
categories = [
"development-tools::testing",
"emulators",
"embedded",
"os",
"no-std",
]
[lib]
crate-type = ["cdylib"]
name = "SymRuntime"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
symcc_runtime = { path = "../../symcc_runtime" }