Rename limbo_sqlite3_parser crate to turso_sqlite3_parser

This commit is contained in:
Pekka Enberg
2025-06-29 12:34:46 +03:00
parent 796b03b048
commit 725c3e4ddc
63 changed files with 162 additions and 162 deletions

View File

@@ -5,7 +5,7 @@ authors = ["Dandandan <danielheres@gmail.com>"]
edition = "2018"
[dependencies]
limbo_sqlite3_parser = { path = "..", default-features = false, features = [
turso_sqlite3_parser = { path = "..", default-features = false, features = [
"YYNOERRORRECOVERY",
"NDEBUG",
] }