Files
greptimedb/src/sql/Cargo.toml
gongzhengyang 0eac56a442 chore: remove unused dependencies (#2055)
Co-authored-by: gongzhengyang <gongzhengyang@bolean.com.cn>
2023-08-01 07:43:03 +00:00

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" }