mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 21:02:58 +00:00
20 lines
553 B
TOML
20 lines
553 B
TOML
[package]
|
|
name = "common-grpc-expr"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|
|
api = { path = "../../api" }
|
|
async-trait = "0.1"
|
|
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" }
|