mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-21 07:20:41 +00:00
Signed-off-by: Ruihang Xia <waynestxia@gmail.com> Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
20 lines
579 B
TOML
20 lines
579 B
TOML
[package]
|
|
name = "common-grpc-expr"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
api = { path = "../../api" }
|
|
async-trait.workspace = true
|
|
common-base = { path = "../base" }
|
|
common-catalog = { path = "../catalog" }
|
|
common-error = { path = "../error" }
|
|
common-grpc = { path = "../grpc" }
|
|
common-query = { path = "../query" }
|
|
common-telemetry = { path = "../telemetry" }
|
|
common-time = { path = "../time" }
|
|
datatypes = { path = "../../datatypes" }
|
|
snafu = { version = "0.7", features = ["backtraces"] }
|
|
table = { path = "../../table" }
|