13 lines
459 B
TOML
13 lines
459 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 = "a1c6898f559020a4a56e301714cd16fd8229ca09", default-features = false, package = "datafusion" }
|