From 132f63b7f96977c4f97be7d6fd9bae66210ba46c Mon Sep 17 00:00:00 2001 From: freestrings Date: Sat, 13 Apr 2019 23:14:58 +0900 Subject: [PATCH] =?UTF-8?q?jsonpath=5Flib=20Cargo.toml=20-=20keywords=20?= =?UTF-8?q?=EA=B0=9C=EC=88=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 143322b..570e875 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,13 +6,13 @@ authors = ["Changseok Han "] description = "It is JsonPath engine written in Rust. it provide a similar API interface in Webassembly and Javascript also. - Webassembly Demo: https://freestrings.github.io/jsonpath" readme = "README.md" -keywords = ["library", "jsonpath", "json", "webassembly", "nodejs", "javascript"] +keywords = ["jsonpath", "json", "webassembly", "nodejs", "javascript"] repository = "https://github.com/freestrings/jsonpath" documentation = "https://docs.rs/jsonpath_lib/0.1.0/jsonpath_lib" license = "MIT" -categories = ["Parsing"] +categories = ["parsing"] [badges] travis-ci = { repository = "freestrings/jsonpath", branch = "master" }