From c07781a79bad7e6204cb55ef1e6ec8582ba41d88 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sun, 12 Mar 2023 18:42:12 +0100 Subject: [PATCH] Maximum of 5 keywords per crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 057cb62..8f5a0c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = [ "Rafael Caricio ", ] description = "Background task processing for Rust applications with Tokio, Diesel, and PostgreSQL." -keywords = ["async", "background", "task", "jobs", "queue", "diesel", "postgres", "postgresql", "tokio"] +keywords = ["async", "background", "task", "jobs", "queue"] repository = "https://github.com/rafaelcaricio/backie" edition = "2021" license = "MIT"