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