From 5c29b54e3a6631c0655b587a6e75900fed69fde0 Mon Sep 17 00:00:00 2001 From: Measly Twerp <42093217+measlytwerp@users.noreply.github.com> Date: Thu, 11 Jul 2019 22:34:42 +0930 Subject: [PATCH] Added `query` to the keywords I added `query` to the keywords to help people find this on crates.io as there are a few similar crates that use `json` and `query`. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 857d030..f4eb07c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Changseok Han "] description = "It is JsonPath engine written in Rust. it provide a similar API interface in Webassembly and Javascript too. - Webassembly Demo: https://freestrings.github.io/jsonpath" readme = "README.md" -keywords = ["jsonpath", "json", "webassembly", "nodejs", "javascript"] +keywords = ["jsonpath", "json", "webassembly", "nodejs", "javascript", "query"] repository = "https://github.com/freestrings/jsonpath" documentation = "https://docs.rs/jsonpath_lib/0.1.0/jsonpath_lib"