influxdb/ioxd_ingester/Cargo.toml

24 lines
653 B
TOML
Raw Normal View History

[package]
name = "ioxd_ingester"
version = "0.1.0"
edition = "2021"
[dependencies]
# Workspace dependencies, in alphabetical order
clap_blocks = { path = "../clap_blocks" }
2022-05-05 19:29:24 +00:00
data_types = { path = "../data_types" }
ingester = { path = "../ingester" }
iox_catalog = { path = "../iox_catalog" }
ioxd_common = { path = "../ioxd_common" }
metric = { path = "../metric" }
object_store = "0.5.0"
iox_query = { path = "../iox_query" }
trace = { path = "../trace" }
write_buffer = { path = "../write_buffer" }
# Crates.io dependencies, in alphabetical order
async-trait = "0.1"
hyper = "0.14"
thiserror = "1.0.36"
workspace-hack = { path = "../workspace-hack"}