18 lines
487 B
TOML
18 lines
487 B
TOML
[package]
|
|
name = "dml"
|
|
description = "DML types"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
arrow_util = { path = "../arrow_util" }
|
|
data_types = { path = "../data_types" }
|
|
hashbrown = { workspace = true }
|
|
mutable_batch = { path = "../mutable_batch" }
|
|
schema = { path = "../schema" }
|
|
iox_time = { path = "../iox_time" }
|
|
trace = { path = "../trace" }
|
|
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|