aboutsummaryrefslogblamecommitdiffstats
path: root/askama_parser/fuzz/Cargo.toml
blob: 3190e5a9fd68461e2ab093afd59bf0076c25747e (plain) (tree)


























                                               
[package]
name = "askama_parser-fuzz"
version = "0.0.0"
publish = false
edition = "2021"

[package.metadata]
cargo-fuzz = true

[dependencies]
libfuzzer-sys = "0.4"

[dependencies.askama_parser]
path = ".."

# Prevent this from interfering with workspaces
[workspace]
members = ["."]

[profile.release]
debug = 1

[[bin]]
name = "fuzz_parser"
path = "fuzz_targets/fuzz_parser.rs"
test = false
doc = false