mirror of
https://github.com/bspeice/dtparse
synced 2024-11-12 17:08:09 -05:00
23 lines
410 B
TOML
23 lines
410 B
TOML
|
|
[package]
|
|
name = "dtparse-fuzz"
|
|
version = "0.0.1"
|
|
authors = ["Automatically generated"]
|
|
publish = false
|
|
|
|
[package.metadata]
|
|
cargo-fuzz = true
|
|
|
|
[dependencies.dtparse]
|
|
path = ".."
|
|
[dependencies.libfuzzer-sys]
|
|
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
|
|
|
|
# Prevent this from interfering with workspaces
|
|
[workspace]
|
|
members = ["."]
|
|
|
|
[[bin]]
|
|
name = "fuzzer_script_1"
|
|
path = "fuzzers/fuzzer_script_1.rs"
|