2021-03-31 01:31:51 +00:00
|
|
|
[package]
|
|
|
|
name = "parquet_file"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Nga Tran <nga-tran@live.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies] # In alphabetical order
|
2021-03-31 20:21:53 +00:00
|
|
|
arrow_deps = { path = "../arrow_deps" }
|
|
|
|
bytes = "1.0"
|
|
|
|
futures = "0.3.7"
|
|
|
|
object_store = {path = "../object_store"}
|
|
|
|
parking_lot = "0.11.1"
|
|
|
|
snafu = "0.6"
|