mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
19 lines
370 B
TOML
19 lines
370 B
TOML
[package]
|
|
name = "sqlparser_bench"
|
|
version = "0.1.0"
|
|
authors = ["Dandandan <danielheres@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
limbo_sqlite3_parser = { path = "..", default-features = false, features = [
|
|
"YYNOERRORRECOVERY",
|
|
"NDEBUG",
|
|
] }
|
|
fallible-iterator = "0.3"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.5"
|
|
|
|
[[bench]]
|
|
name = "sqlparser_bench"
|
|
harness = false
|