mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
Switch to workspace dependencies
...makes it easier to specify a version, which is needed for `cargo publish`.
This commit is contained in:
@@ -3,7 +3,7 @@ use std::env;
|
||||
use std::fs::read;
|
||||
use std::panic;
|
||||
|
||||
use sqlite3_parser::lexer::sql::Parser;
|
||||
use limbo_sqlite3_parser::lexer::sql::Parser;
|
||||
|
||||
/// Parse specified files and check all commands.
|
||||
fn main() {
|
||||
|
||||
Reference in New Issue
Block a user