mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-17 07:04:20 +01:00
Rename limbo_sqlite3_parser crate to turso_sqlite3_parser
This commit is contained in:
@@ -3,7 +3,7 @@ use std::env;
|
||||
use std::fs::read;
|
||||
use std::panic;
|
||||
|
||||
use limbo_sqlite3_parser::lexer::sql::Parser;
|
||||
use turso_sqlite3_parser::lexer::sql::Parser;
|
||||
|
||||
/// Parse specified files and check all commands.
|
||||
fn main() {
|
||||
|
||||
Reference in New Issue
Block a user