move the fuzzer to its own crate

This commit is contained in:
Tamo
2023-05-29 12:27:39 +02:00
parent 002f42875f
commit 6c6387d05e
8 changed files with 531 additions and 396 deletions

View File

@ -13,7 +13,8 @@ members = [
"filter-parser",
"flatten-serde-json",
"json-depth-checker",
"benchmarks"
"benchmarks",
"fuzzers",
]
[workspace.package]