jsonpath-rs 배포코드 및 방법 수정

This commit is contained in:
freestrings
2019-03-28 18:39:59 +09:00
parent cab17872e6
commit 84008d9565
7 changed files with 78 additions and 379 deletions

View File

@ -1,9 +1,9 @@
[package]
name = "jsonpath-rs"
version = "0.1.2"
name = "jsonpath4nodejs"
version = "0.1.0"
authors = ["Changseok Han <freestrings@gmail.com>"]
description = "JsonPath engine for NodeJs with Rust native implementation."
keywords = ["library", "jsonpath", "json"]
description = "jsonpath_lib bindings for nodejs"
keywords = ["library", "jsonpath", "json", "nodejs"]
repository = "https://github.com/freestrings/jsonpath"
license = "MIT"
@ -20,5 +20,5 @@ neon-serde = "0.1.1"
serde_json = { version = "1.0", features = ["preserve_order"] }
[lib]
name = "jsonpath_rs"
name = "jsonpath4nodejs"
crate-type = ["dylib"]