From b62215cccf3eecd8a9ed5daeb2d50724f62b63b5 Mon Sep 17 00:00:00 2001 From: Sam Shih Date: Wed, 31 Jul 2024 23:32:22 -0700 Subject: [PATCH] fix: crates-io only allows 5 keywords (#12) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09ace2e..3756c2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" repository = "https://github.com/lytefast/gcra-rs" homepage = "https://github.com/lytefast/gcra-rs" description = "A basic implementation of GCRA algorithm for rate limiting" -keywords = ["rate-limit", "rate", "limit", "gcra", "rate limit", "limiter"] +keywords = ["rate-limit", "rate", "limit", "gcra", "limiter"] [features] default = ["rate-limiter"]