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 = "d5bca0e350d94a1e1063bed8a0da0cb09c6e3e1c", default-features = false, package = "datafusion" }
|