Skip to content

Commit

Permalink
Update cargo toml (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove authored Oct 6, 2024
1 parent 1759b73 commit d173581
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 1 addition & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 5 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
[package]
name = "datafusion_ray"
description = "DataFusion on Ray"
homepage = "https://github.com/datafusion-contrib/ray-sql"
repository = "https://github.com/datafusion-contrib/ray-sql"
authors = ["Andy Grove <[email protected]>", "Frank Luan <[email protected]>"]
version = "0.6.0"
homepage = "https://github.com/apache/datafusion-ray"
repository = "https://github.com/apache/datafusion-ray"
authors = ["Apache DataFusion <[email protected]>"]
version = "0.1.0"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
Expand All @@ -33,15 +33,13 @@ datafusion = { version = "41.0.0", features = ["pyarrow", "avro"] }
datafusion-proto = "41.0.0"
datafusion-python = "41.0.0"
futures = "0.3"
glob = "0.3"
log = "0.4"
prost = "0.12"
prost-types = "0.12"
pyo3 = { version = "0.21", features = ["extension-module", "abi3", "abi3-py38"] }
tokio = { version = "1.40", features = ["macros", "rt", "rt-multi-thread", "sync"] }
uuid = "1.2"

[build-dependencies]
prost-types = "0.12"
rustc_version = "0.4.0"
tonic-build = { version = "0.8", default-features = false, features = ["transport", "prost"] }

Expand Down

0 comments on commit d173581

Please sign in to comment.