From bc8249b3ca9bf8b697ccefd4503393998a11b2f8 Mon Sep 17 00:00:00 2001 From: 8192K Date: Fri, 16 Feb 2024 14:50:27 +0100 Subject: [PATCH] Keyword change --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1be06da..724817a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/8192K/redis_logger" authors = ["Sebastian Frehmel <8192K@sebastianfrehmel.de>"] license = "MIT/Apache-2.0" categories = ["development-tools", "development-tools::debugging", "database"] -keywords = ["log", "logger", "logging", "redis", "redis_rs"] +keywords = ["log", "logger", "logging", "redis", "pubsub"] readme = "README.md" [dependencies]