mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-11-21 21:36:16 +00:00
45daf74055
* add gitignore * add fuzz * add gitignore
12 lines
388 B
TOML
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"
|