[package] name = "gamma-sql" description = "GammaSQL: DataFusion on Ray" homepage = "https://github.com/andygrove/gamma-sql" repository = "https://github.com/andygrove/gamma-sql" authors = ["Andy Grove "] version = "0.1.0" edition = "2021" readme = "README.md" license = "Apache-2.0" rust-version = "1.62" [dependencies] #datafusion = { git = "https://github.com/apache/arrow-datafusion", rev = "5238e8c97f998b4d2cb9fab85fb182f325a1a7fb", features = ["pyarrow", "avro"] } #datafusion-python = { path = "../../apache/arrow-datafusion-python" }