From 7e4d9e3ed6973aaf16378cb5a331b392ef4404e3 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 10 Jan 2026 22:50:44 +0200 Subject: [PATCH] remove extra keyword --- crates/mysql/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/mysql/Cargo.toml b/crates/mysql/Cargo.toml index 253d787..0a151f3 100644 --- a/crates/mysql/Cargo.toml +++ b/crates/mysql/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" license = "MIT" readme = "README.md" description = "Shared MySQL database library" -keywords = ["rssto", "database", "mysql", "library", "driver", "api"] +keywords = ["rssto", "database", "mysql", "library", "api"] # categories = [] repository = "https://github.com/YGGverse/rssto"