influxdb/mutable_batch_pb/Cargo.toml

19 lines
509 B
TOML
Raw Normal View History

[package]
name = "mutable_batch_pb"
version = "0.1.0"
2021-10-25 08:45:44 +00:00
edition = "2021"
description = "Conversion logic for binary write protocol <-> MutableBatch"
[dependencies]
2021-11-02 18:31:53 +00:00
arrow_util = { path = "../arrow_util" }
dml = { path = "../dml" }
generated_types = { path = "../generated_types" }
hashbrown = "0.12"
mutable_batch = { path = "../mutable_batch" }
schema = { path = "../schema" }
2022-01-11 19:22:36 +00:00
snafu = "0.7"
workspace-hack = { path = "../workspace-hack"}
[dev-dependencies]
2021-11-02 18:31:53 +00:00
mutable_batch_lp = { path = "../mutable_batch_lp" }