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