summaryrefslogtreecommitdiff
path: root/makima/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'makima/Cargo.toml')
-rw-r--r--makima/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/makima/Cargo.toml b/makima/Cargo.toml
index 5cf1f65..4bf629f 100644
--- a/makima/Cargo.toml
+++ b/makima/Cargo.toml
@@ -46,3 +46,11 @@ reqwest = { version = "0.12", features = ["json"] }
# Lazy statics
once_cell = "1.19"
+
+# JQ for JSON transformation
+jaq-interpret = "1.5"
+jaq-parse = "1.0"
+jaq-core = "1.5"
+jaq-std = "1.6"
+indexmap = "2.0"
+ahash = "0.8"