influxdb/datafusion/Cargo.toml

15 lines
663 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="43575e1e4bdeb23320ed7a1119a4a6a5e192254b", default-features = false, package = "datafusion" }
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion.git", rev="43575e1e4bdeb23320ed7a1119a4a6a5e192254b" }
workspace-hack = { path = "../workspace-hack"}