mirror of
https://github.com/exoticorn/upkr.git
synced 2026-01-20 19:46:42 +01:00
32 lines
478 B
TOML
32 lines
478 B
TOML
[package]
|
|
name = "upkr-fuzz"
|
|
version = "0.0.0"
|
|
authors = ["Automatically generated"]
|
|
publish = false
|
|
edition = "2018"
|
|
|
|
[package.metadata]
|
|
cargo-fuzz = true
|
|
|
|
[dependencies]
|
|
libfuzzer-sys = "0.4"
|
|
|
|
[dependencies.upkr]
|
|
path = ".."
|
|
|
|
# Prevent this from interfering with workspaces
|
|
[workspace]
|
|
members = ["."]
|
|
|
|
[[bin]]
|
|
name = "all_configs"
|
|
path = "fuzz_targets/all_configs.rs"
|
|
test = false
|
|
doc = false
|
|
|
|
[[bin]]
|
|
name = "unpack"
|
|
path = "fuzz_targets/unpack.rs"
|
|
test = false
|
|
doc = false
|