From e77ee54fbfaac97fd87dfad4b8c3680f2011382f Mon Sep 17 00:00:00 2001 From: Mike Taghavi Date: Sun, 19 Mar 2023 12:05:12 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c9a76b0..1342c30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "jetro" version = "0.1.0" edition = "2021" -authors = ["Milad (Mike) Taghavi "] +authors = ["Milad (Mike) Taghavi "] license = "MIT" readme = "README.md" exclude = [".gitignore"] @@ -10,7 +10,7 @@ repository = "https://github.com/mitghi/jetro" documentation = "https://github.com/mitghi/jetro" homepage = "https://github.com/mitghi/jetro" description = "Jetro is tool to transform, query and compare JSON format" -keywords = ["jetro", "json-transformation", "json-search", "json-query", "json-path", "jmespath", "serde"] +keywords = ["json-search", "json-query", "json-path", "jmespath", "serde"] categories = ["algorithms", "encoding", "parser"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html