From 53136e826a45fea4893e62bccc57cdcf6247abbb Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Tue, 19 Mar 2019 12:30:08 +0200 Subject: [PATCH] Remove two keywords to match maximum amount of five for crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6a260a..07e3bfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "evalexpr" version = "0.5.0" description = "Expression evaluator" -keywords = ["expression", "evaluate", "evaluator", "expr", "template", "arithmetic", "boolean"] +keywords = ["expression", "evaluate", "evaluator", "arithmetic", "boolean"] authors = ["isibboi "] repository = "https://github.com/ISibboI/evalexpr.git" homepage = "https://github.com/ISibboI/evalexpr"