crates 배포

This commit is contained in:
freestrings
2019-03-06 23:24:08 +09:00
parent b1616a8647
commit 577b6377f9
3 changed files with 38 additions and 0 deletions

View File

@ -3,6 +3,13 @@ name = "jsonpath-wasm"
version = "0.1.0"
authors = ["Changseok Han <freestrings@gmail.com>"]
description = "JSONPath Webassembly compiled by Rust - Demo: https://freestrings.github.io/jsonpath"
keywords = ["library", "jsonpath", "json", "webassembly"]
repository = "https://github.com/freestrings/jsonpath"
license = "MIT"
[lib]
crate-type = ["cdylib", "rlib"]