mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-08 18:54:21 +01:00
vendor sqlite3-parser (lemon-rs)
This commit is contained in:
19
vendored/sqlite3-parser/sqlparser_bench/Cargo.toml
Normal file
19
vendored/sqlite3-parser/sqlparser_bench/Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "sqlparser_bench"
|
||||
version = "0.1.0"
|
||||
authors = ["Dandandan <danielheres@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sqlite3-parser = { path = "..", default-features = false, features = [
|
||||
"YYNOERRORRECOVERY",
|
||||
"NDEBUG",
|
||||
] }
|
||||
fallible-iterator = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.5"
|
||||
|
||||
[[bench]]
|
||||
name = "sqlparser_bench"
|
||||
harness = false
|
||||
Reference in New Issue
Block a user