influxdb/datafusion/Cargo.toml

13 lines
468 B
TOML
Raw Normal View History

[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 (e.g. various crypo functions)
2021-09-20 08:35:17 +00:00
upstream = { git = "https://github.com/apache/arrow-datafusion.git", rev="db305dadea458a26723fa53d85463155247d39f9", default-features = false, package = "datafusion" }