From 1b7ba6628ff529773f6c955206ebe5a2bad157b6 Mon Sep 17 00:00:00 2001 From: baoyachi Date: Fri, 17 Jun 2022 13:18:03 +0800 Subject: [PATCH] update keywords --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b3e784..6e4b47f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["baoyachi "] edition = "2021" description = "serde deserialize_with String trim" -keywords = ["serde", "serde_trim", "deserialize trim", "deserialize_with", "deserialize_with_trim"] +keywords = ["serde", "serde_trim", "deserialize_trim", "deserialize_with", "deserialize_with_trim"] readme = "README.md" categories = ["encoding"] repository = "https://github.com/baoyachi/serde_trim"