influxdb/dml/Cargo.toml

21 lines
488 B
TOML

[package]
name = "dml"
version = "0.1.0"
edition = "2021"
description = "DML types"
[dependencies]
arrow_util = { path = "../arrow_util" }
data_types = { path = "../data_types" }
hashbrown = "0.11"
mutable_batch = { path = "../mutable_batch" }
ordered-float = "2"
schema = { path = "../schema" }
time = { path = "../time" }
trace = { path = "../trace" }
workspace-hack = { path = "../workspace-hack"}
[dev-dependencies]
mutable_batch_lp = { path = "../mutable_batch_lp" }
regex = "1.4"