mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-06-01 21:00:38 +00:00
* refactor: use workspace dependencies for internal modules * fix: resolve issue with mock module in datanode * refactor: update test modules
36 lines
796 B
TOML
36 lines
796 B
TOML
[package]
|
|
name = "common-grpc"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
api = { workspace = true }
|
|
arrow-flight.workspace = true
|
|
async-trait = "0.1"
|
|
backtrace = "0.3"
|
|
common-base = { workspace = true }
|
|
common-error = { workspace = true }
|
|
common-recordbatch = { workspace = true }
|
|
common-runtime = { workspace = true }
|
|
common-telemetry = { workspace = true }
|
|
dashmap = "5.4"
|
|
datafusion.workspace = true
|
|
datatypes = { workspace = true }
|
|
flatbuffers = "23.1"
|
|
futures = "0.3"
|
|
lazy_static.workspace = true
|
|
prost.workspace = true
|
|
snafu = { version = "0.7", features = ["backtraces"] }
|
|
tokio.workspace = true
|
|
tonic.workspace = true
|
|
tower = "0.4"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.4"
|
|
rand.workspace = true
|
|
|
|
[[bench]]
|
|
name = "bench_main"
|
|
harness = false
|