influxdb/datafusion/Cargo.toml

13 lines
457 B
TOML

[package]
name = "datafusion"
version = "0.1.0"
authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
edition = "2018"
description = "Re-exports datafusion at a specific version"
[dependencies]
# Rename to workaround doctest bug
# Turn off optional datafusion features (function packages)
upstream = { git = "https://github.com/apache/arrow-datafusion.git", rev="fa3f0998dfe2dfedb0ab67665329e177e000fc64", default-features = false, package = "datafusion" }