muss/interpreter/fuzz/Cargo.toml

26 lines
416 B
TOML

[package]
name = "muss-interpreter-fuzz"
version = "0.0.0"
authors = ["Automatically generated"]
publish = false
edition = "2021"
[package.metadata]
cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4"
[dependencies.muss-interpreter]
path = ".."
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "faye_fuzz"
path = "fuzz_targets/faye_fuzz.rs"
test = false
doc = false