Skip to content

Commit

Permalink
chore(rust): update package metadata (#2132)
Browse files Browse the repository at this point in the history
Fixes #2124.
  • Loading branch information
lidavidm authored Sep 6, 2024
1 parent dd92881 commit 9daba44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.lock

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

6 changes: 6 additions & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ description = "Rust implementation of Arrow Database Connectivity (ADBC)"
edition = "2021"
authors = ["Apache Arrow <[email protected]>"]
license = "Apache-2.0"
documentation = "https://docs.rs/adbc_core/"
readme = "README.md"
homepage = "https://arrow.apache.org/adbc/"
repository = "https://github.com/apache/arrow-adbc"
keywords = ["arrow"]
categories = ["database"]

[workspace.dependencies]
arrow = { version = "51.0.0", default-features = false, features = ["ffi"] }
Expand Down

0 comments on commit 9daba44

Please sign in to comment.