0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-11-21 21:36:16 +00:00
libsql/tools/fuzz/Cargo.toml
ad hoc 45daf74055
Fuzz parser (#1205)
* add gitignore

* add fuzz

* add gitignore
2024-03-13 10:17:31 +00:00

12 lines
388 B
TOML

[package]
name = "fuzz"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
afl = "*"
sqlite3-parser = { package = "libsql-sqlite3-parser", path = "../../vendored/sqlite3-parser", version = "0.11.0", default-features = false, features = [ "YYNOERRORRECOVERY" ] }
fallible-iterator = "0.3.0"