datafusion-sqlparse/fuzz/Cargo.toml
Chojan Shang 1e65984613 test: add fuzzer
Signed-off-by: Chojan Shang <psiace@outlook.com>
2021-06-03 14:00:16 +08:00

17 lines
290 B
TOML

[package]
name = "fuzz"
version = "0.1.0"
edition = "2018"
publish = false
[dependencies]
honggfuzz = "0.5.54"
sqlparser = { path = ".." }
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "fuzz_parse_sql"
path = "fuzz_targets/fuzz_parse_sql.rs"