diff --git a/Cargo.toml b/Cargo.toml index 1e98734..7989006 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "block_copy_command" -version = "0.0.0" +version = "0.1.0" edition = "2021" +description = "PostgreSQL extension that blocks COPY commands via a configurable ProcessUtility hook" +authors = ["RustWizard"] +repository = "https://github.com/rustwizard/block_copy_command" +homepage = "https://github.com/rustwizard/block_copy_command" +license = "BSD-3-Clause" +keywords = ["postgresql", "pgrx", "security", "copy", "hook"] +categories = ["database"] [lib] crate-type = ["cdylib", "lib"] diff --git a/block_copy_command.control b/block_copy_command.control index 1d66682..b7704aa 100644 --- a/block_copy_command.control +++ b/block_copy_command.control @@ -1,4 +1,4 @@ -comment = 'block_copy_command: Created by pgrx' +comment = 'Block COPY commands via a configurable ProcessUtility hook' default_version = '@CARGO_VERSION@' module_pathname = 'block_copy_command' relocatable = false