mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-03-31 05:51:06 +00:00
7 lines
159 B
TOML
7 lines
159 B
TOML
[package]
|
|
name = "bench_bin"
|
|
version = "0.1.1"
|
|
|
|
[dependencies]
|
|
jsonpath_lib = {path = "../../"}
|
|
serde_json = { version = "1.0", features = ["preserve_order"] } |