From 0bad18b8ee8f25727a622a3ef898bfc7d987e575 Mon Sep 17 00:00:00 2001 From: Georg Semmler Date: Fri, 19 Jan 2024 12:00:46 +0100 Subject: [PATCH] Add some metadata to the `Cargo.toml` of pq-src --- pq-src/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pq-src/Cargo.toml b/pq-src/Cargo.toml index 19a9941..6326c12 100644 --- a/pq-src/Cargo.toml +++ b/pq-src/Cargo.toml @@ -14,6 +14,9 @@ include = [ "source/src/common/*", "source/src/interfaces/libpq/*", ] +description = "Bundled version of libpq" +license = "MIT OR Apache-2.0" +repository = "https://github.com/sgrif/pq-sys" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html