mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-14 17:23:09 +00:00
24 lines
652 B
TOML
24 lines
652 B
TOML
[package]
|
|
name = "sql"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
api = { path = "../api" }
|
|
common-base = { path = "../common/base" }
|
|
common-catalog = { path = "../common/catalog" }
|
|
common-error = { path = "../common/error" }
|
|
common-query = { path = "../common/query" }
|
|
common-time = { path = "../common/time" }
|
|
datafusion-sql.workspace = true
|
|
datatypes = { path = "../datatypes" }
|
|
hex = "0.4"
|
|
itertools.workspace = true
|
|
once_cell.workspace = true
|
|
snafu = { version = "0.7", features = ["backtraces"] }
|
|
sqlparser.workspace = true
|
|
|
|
[dev-dependencies]
|
|
common-datasource = { path = "../common/datasource" }
|