From 9cb57a03f5bbff34e94790ca9864fbb6dea3d207 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 18 Jan 2024 13:31:21 -0500 Subject: [PATCH] Remove keyword from toplevel --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37c77d3..1d32e22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "AGPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/asonix/background-jobs" readme = "README.md" -keywords = ["jobs", "processor", "actix", "tokio", "postgres", "sled"] +keywords = ["jobs", "actix", "tokio", "postgres", "sled"] edition = "2021" [package.metadata.docs.rs]