
* Add internal deps to workspace * libafl: use workspace internal deps * libafl_bolts: use workspace internal deps * 0.14.0 * use workspace internal deps
29 lines
818 B
TOML
29 lines
818 B
TOML
[package]
|
|
name = "dump_constraints"
|
|
version.workspace = true
|
|
edition = "2021"
|
|
authors = ["Julius Hohnerlein <julihoh@users.noreply.github.com>"]
|
|
description = "Dump Constraints, a lib to see the constraints oof a run"
|
|
documentation = "https://docs.rs/libafl"
|
|
repository = "https://github.com/AFLplusplus/LibAFL/"
|
|
readme = "../README.md"
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["fuzzing", "libafl", "ldpreload"]
|
|
categories = [
|
|
"development-tools::testing",
|
|
"emulators",
|
|
"embedded",
|
|
"os",
|
|
"no-std",
|
|
]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
libafl = { workspace = true, default-features = true }
|
|
libafl_bolts = { workspace = true, default-features = true }
|
|
clap = { workspace = true, features = ["derive"] }
|
|
|
|
[lints]
|
|
workspace = true
|