Files
SpacetimeDB/crates/sql-parser/Cargo.toml
Mario Alejandro Montoya Cortés 26f4989a67 Experimental parser with forked sqlparser
2024-09-09 13:54:07 -05:00

16 lines
457 B
TOML

[package]
name = "spacetimedb-sql-parser"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license-file = "LICENSE"
description = "The SpacetimeDB SQL AST and Parser"
[dependencies]
derive_more.workspace = true
#TODO: Remove this once the sqlparser crate is integrated
#sqlparser.workspace = true
ariadne = "0.4.1"
sqlparser = { git = "https://github.com/mamcx/sqlparser-rs.git", branch = "main" }
thiserror.workspace = true