2022-03-23 20:14:45 +00:00
|
|
|
[package]
|
|
|
|
name = "service_common"
|
2022-09-26 14:43:00 +00:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2022-03-23 20:14:45 +00:00
|
|
|
|
2022-10-24 17:47:45 +00:00
|
|
|
[dependencies] # In alphabetical order
|
2023-01-09 07:44:35 +00:00
|
|
|
async-trait = "0.1.61"
|
2022-10-24 17:47:45 +00:00
|
|
|
datafusion = { workspace = true }
|
2022-05-18 09:38:35 +00:00
|
|
|
iox_query = { path = "../iox_query" }
|
2022-06-02 09:49:58 +00:00
|
|
|
metric = { path = "../metric" }
|
|
|
|
parking_lot = "0.12"
|
2022-10-24 17:47:45 +00:00
|
|
|
predicate = { path = "../predicate" }
|
|
|
|
tonic = "0.8"
|
2022-07-15 07:50:28 +00:00
|
|
|
trace = { path = "../trace" }
|
2022-06-13 09:36:50 +00:00
|
|
|
tracker = { path = "../tracker" }
|
2022-03-23 20:14:45 +00:00
|
|
|
workspace-hack = { path = "../workspace-hack"}
|