Skip to content

Commit f614eea

Browse files
committed
chore: add description
1 parent 70ece8f commit f614eea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

datafusion-postgres/Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ name = "datafusion-postgres"
33
version = "0.1.0"
44
edition = "2021"
55
rust-version = "1.76"
6+
description = "Exporting datafusion query engine with postgres wire protocol"
7+
authors = ["Ning Sun <[email protected]>"]
8+
license = "Apache-2.0"
9+
keywords = ["database", "postgresql"]
10+
homepage = "https://github.com/sunng87/datafusion-postgres/"
11+
repository = "https://github.com/sunng87/datafusion-postgres/"
12+
documentation = "https://docs.rs/crate/datafusion-postgres/"
13+
readme = "../README.md"
14+
615

716
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
817

0 commit comments

Comments
 (0)