influxdb/service_common/Cargo.toml

21 lines
555 B
TOML
Raw Normal View History

[package]
name = "service_common"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies] # In alphabetical order
async-trait = "0.1.66"
bytes = "1.4"
datafusion = { workspace = true }
iox_query = { path = "../iox_query" }
flightsql = { path = "../flightsql" }
metric = { path = "../metric" }
parking_lot = "0.12"
predicate = { path = "../predicate" }
tonic = "0.8"
trace = { path = "../trace" }
tracker = { path = "../tracker" }
2023-02-24 18:02:23 +00:00
workspace-hack = { version = "0.1", path = "../workspace-hack" }