12 lines
453 B
TOML
12 lines
453 B
TOML
[package]
|
|
name = "parquet"
|
|
version = "0.1.0"
|
|
authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
|
|
edition = "2018"
|
|
description = "Re-exports the parquet crate at a specific version"
|
|
|
|
[dependencies]
|
|
|
|
# Rename to workaround doctest bug
|
|
upstream = { git = "https://github.com/apache/arrow-rs", rev = "508f25c10032857da34ea88cc8166f0741616a32", default-features = false, features = ["arrow", "snap", "brotli", "flate2", "lz4", "zstd"], package = "parquet" }
|