13 lines
468 B
TOML
13 lines
468 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 (e.g. various crypo functions)
|
|
upstream = { git = "https://github.com/apache/arrow-datafusion.git", rev="225825634cca55f210d0366422f1543893be67c2", default-features = false, package = "datafusion" }
|