mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-11-03 00:31:20 +00:00
17 lines
290 B
TOML
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"
|