mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-14 17:23:09 +00:00
25 lines
533 B
TOML
25 lines
533 B
TOML
[package]
|
|
name = "common-sql"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
arrow-schema.workspace = true
|
|
common-base.workspace = true
|
|
common-decimal.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
common-telemetry.workspace = true
|
|
common-time.workspace = true
|
|
datafusion-sql.workspace = true
|
|
datatypes.workspace = true
|
|
hex = "0.4"
|
|
jsonb.workspace = true
|
|
serde_json.workspace = true
|
|
snafu.workspace = true
|
|
sqlparser.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|