mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-22 07:32:16 -04:00
16 lines
457 B
TOML
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
|