add cli & rpc to edit db with jq syntax (#2372)

* add cli & rpc to edit db with jq syntax

* build fixes

* fix build

* fix build

* update cargo.lock
This commit is contained in:
Aiden McClelland
2023-07-25 16:22:58 -06:00
committed by GitHub
parent 082c51109d
commit 9e03ac084e
6 changed files with 211 additions and 8 deletions

View File

@@ -84,6 +84,8 @@ ipnet = { version = "2.7.1", features = ["serde"] }
iprange = { version = "0.6.7", features = ["serde"] }
isocountry = "0.3.2"
itertools = "0.10.3"
jaq-core = "0.10.0"
jaq-std = "0.10.0"
josekit = "0.8.1"
js_engine = { path = '../libs/js_engine', optional = true }
jsonpath_lib = "0.3.0"