influxdb/datafusion/Cargo.toml

14 lines
537 B
TOML

[package]
name = "datafusion"
version = "0.1.0"
authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
edition = "2021"
description = "Re-exports datafusion at a specific version"
[dependencies]
# Rename to workaround doctest bug
# Turn off optional datafusion features (e.g. don't get support for crypo functions or avro)
upstream = { git = "https://github.com/apache/arrow-datafusion.git", rev="0338b7336d257bdbdc5eefceda5846e3a5b31409", default-features = false, package = "datafusion" }
workspace-hack = { path = "../workspace-hack"}