We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ece8f commit f614eeaCopy full SHA for f614eea
datafusion-postgres/Cargo.toml
@@ -3,6 +3,15 @@ name = "datafusion-postgres"
3
version = "0.1.0"
4
edition = "2021"
5
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
+
15
16
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
17
0 commit comments