influxdb/ioxd_ingester2/Cargo.toml

20 lines
615 B
TOML
Raw Normal View History

2022-11-30 21:28:23 +00:00
[package]
name = "ioxd_ingester2"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
2022-11-30 21:59:36 +00:00
[dependencies] # In alphabetical order
async-trait = "0.1"
hyper = "0.14"
ingester2 = { path = "../ingester2" }
iox_catalog = { path = "../iox_catalog" }
ioxd_common = { path = "../ioxd_common" }
metric = { path = "../metric" }
thiserror = "1.0.37"
tokio = { version = "1.22", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
tokio-util = { version = "0.7.4" }
trace = { path = "../trace" }
2022-11-30 21:28:23 +00:00
workspace-hack = { path = "../workspace-hack"}