mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-06-28 07:11:40 +00:00
crates 배포
This commit is contained in:
@ -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"]
|
||||
|
||||
|
Reference in New Issue
Block a user