mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 13:22:57 +00:00
41 lines
816 B
TOML
41 lines
816 B
TOML
[package]
|
|
name = "common-grpc"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
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-macro.workspace = true
|
|
common-recordbatch.workspace = true
|
|
common-runtime.workspace = true
|
|
common-telemetry.workspace = true
|
|
common-time.workspace = true
|
|
dashmap.workspace = true
|
|
datafusion.workspace = true
|
|
datatypes.workspace = true
|
|
flatbuffers = "23.1"
|
|
futures = "0.3"
|
|
lazy_static.workspace = true
|
|
prost.workspace = true
|
|
snafu.workspace = true
|
|
tokio.workspace = true
|
|
tonic.workspace = true
|
|
tower = "0.4"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.4"
|
|
rand.workspace = true
|
|
|
|
[[bench]]
|
|
name = "bench_main"
|
|
harness = false
|