From 8b68154ad74eccb9b492e9cacbcda933c9d80822 Mon Sep 17 00:00:00 2001 From: ImJeremyHe Date: Tue, 5 Sep 2023 20:49:03 +0800 Subject: [PATCH] fix: key words --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d7bdd0..0e34487 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Jeremy He"] edition = "2018" description = "Simple string matching with questionmark, star wildcard operator and an escaped character." -keywords = ["globbing", "matching", "questionmark", "star", "string-matching", "escape"] +keywords = ["globbing", "matching", "questionmark", "star", "string-matching"] readme = "README.md" license = "MIT" categories = ["algorithms"]