Skip to content

Commit

Permalink
cargo publish v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jychen7 committed Mar 12, 2022
1 parent 6b14f37 commit 63e7e12
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@
name = "datafusion-bigtable"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
include = [
"**/*.rs",
"README.md",
"Cargo.toml",
]
license = "Apache-2.0"
description = "Bigtable data source for Apache Arrow Datafusion"
homepage = "https://github.com/datafusion-contrib/datafusion-bigtable"
repository = "https://github.com/datafusion-contrib/datafusion-bigtable"
readme = "README.md"
keywords = [ "arrow", "query", "sql", "datafusion", "bigtable" ]

[dependencies]
datafusion = "7.0.0"
Expand Down

0 comments on commit 63e7e12

Please sign in to comment.