23 lines
659 B
TOML
23 lines
659 B
TOML
[package]
|
|
name = "iox_tests"
|
|
version = "0.1.0"
|
|
authors = ["Nga Tran <nga-tran@live.com>"]
|
|
edition = "2021"
|
|
description = "IOx test utils and tests"
|
|
|
|
[dependencies]
|
|
arrow = "14.0.0"
|
|
bytes = "1.0"
|
|
data_types = { path = "../data_types" }
|
|
datafusion = { path = "../datafusion" }
|
|
iox_catalog = { path = "../iox_catalog" }
|
|
iox_time = { path = "../iox_time" }
|
|
metric = { path = "../metric" }
|
|
mutable_batch_lp = { path = "../mutable_batch_lp" }
|
|
object_store = "0.0.1"
|
|
parquet_file = { path = "../parquet_file" }
|
|
query = { path = "../query" }
|
|
schema = { path = "../schema" }
|
|
uuid = { version = "0.8", features = ["v4"] }
|
|
workspace-hack = { path = "../workspace-hack"}
|