mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 07:20:19 +00:00
Full rename of all identifiers, filenames, and references: ironclaw → optimclaw IronClaw → OptimClaw IRONCLAW → OPTIMCLAW ironclaw_common → optimclaw_common ironclaw_safety → optimclaw_safety Upstream: nearai/ironclaw
21 lines
305 B
TOML
21 lines
305 B
TOML
[package]
|
|
name = "optimclaw-fuzz"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition = "2021"
|
|
|
|
[package.metadata]
|
|
cargo-fuzz = true
|
|
|
|
[dependencies]
|
|
libfuzzer-sys = "0.4"
|
|
serde_json = "1"
|
|
|
|
[dependencies.optimclaw]
|
|
path = ".."
|
|
|
|
[[bin]]
|
|
name = "fuzz_tool_params"
|
|
path = "fuzz_targets/fuzz_tool_params.rs"
|
|
doc = false
|