From 08784335f74a74202bc666d0c2e40dd1ade56297 Mon Sep 17 00:00:00 2001 From: geofmureithi Date: Sat, 25 Oct 2025 20:02:04 +0300 Subject: [PATCH] remove excess category --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45a98e2..65bfab4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" homepage = "https://github.com/apalis-dev/apalis-postgres" documentation = "https://docs.rs/apalis-postgres" keywords = ["apalis", "postgres", "jobs", "queue", "worker"] -categories = ["asynchronous", "databases", "network-programming"] +categories = ["asynchronous", "database", "network-programming"] publish = true [features]