mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-03-20 09:01:05 +08:00
17 lines
356 B
TOML
17 lines
356 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
|
|
spacetimedb-lib.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|