From 3c0adec8e3a9dd3bc34251e87e0fb5314793426d Mon Sep 17 00:00:00 2001 From: soryu Date: Tue, 23 Dec 2025 18:24:42 +0000 Subject: Add claude opus/sonnet support --- makima/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'makima/Cargo.toml') 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" -- cgit v1.2.3