mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-19 06:03:34 -04:00
8ee1de60b4
Co-authored-by: joshua-spacetime <josh@clockworklabs.io>
13 lines
297 B
TOML
13 lines
297 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
|
|
sqlparser.workspace = true
|
|
thiserror.workspace = true
|