mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 21:02:58 +00:00
30 lines
633 B
TOML
30 lines
633 B
TOML
[package]
|
|
name = "common-query"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
api.workspace = true
|
|
async-trait.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
common-recordbatch.workspace = true
|
|
common-time.workspace = true
|
|
datafusion.workspace = true
|
|
datafusion-common.workspace = true
|
|
datafusion-expr.workspace = true
|
|
datatypes.workspace = true
|
|
serde.workspace = true
|
|
snafu.workspace = true
|
|
sqlparser.workspace = true
|
|
sqlparser_derive = "0.1"
|
|
statrs = "0.16"
|
|
|
|
[dev-dependencies]
|
|
common-base.workspace = true
|
|
tokio.workspace = true
|