From e2be20ee53d38d64685782a1c8759ac70d746a78 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Fri, 14 Oct 2022 21:39:26 +0300 Subject: [PATCH] Removed one keyword as max is 5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1af63fa..4c4f940 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,6 @@ homepage = "https://github.com/CosminPerRam/rust-gamedig" documentation = "https://github.com/CosminPerRam/rust-gamedig" repository = "https://github.com/CosminPerRam/rust-gamedig" readme = "README.md" -keywords = ["server", "valve", "games", "pinger", "checker", "status"] +keywords = ["server", "valve", "games", "checker", "status"] [dependencies]