influxdb/service_grpc_object_store/Cargo.toml

22 lines
606 B
TOML
Raw Normal View History

[package]
name = "service_grpc_object_store"
version = "0.1.0"
edition = "2021"
[dependencies]
2022-05-05 19:29:24 +00:00
data_types = { path = "../data_types" }
futures = "0.3"
generated_types = { path = "../generated_types" }
iox_catalog = { path = "../iox_catalog" }
object_store = "0.3.0"
observability_deps = { path = "../observability_deps" }
parquet_file = { path = "../parquet_file" }
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
tonic = "0.7"
uuid = { version = "1", features = ["v4"] }
workspace-hack = { path = "../workspace-hack"}
[dev-dependencies]
bytes = "1.0"
metric = { path = "../metric" }