From 555061b179b8ec034cb70f9a2dd6c823ced0f637 Mon Sep 17 00:00:00 2001 From: soryu Date: Tue, 23 Dec 2025 14:43:23 +0000 Subject: Add file body and initial tool call system --- makima/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'makima/Cargo.toml') diff --git a/makima/Cargo.toml b/makima/Cargo.toml index 35c5db8..5cf1f65 100644 --- a/makima/Cargo.toml +++ b/makima/Cargo.toml @@ -40,3 +40,9 @@ anyhow = "1.0" # Database sqlx = { version = "0.8", features = ["runtime-tokio", "postgres", "uuid", "chrono", "json"] } chrono = { version = "0.4", features = ["serde"] } + +# HTTP client for LLM API +reqwest = { version = "0.12", features = ["json"] } + +# Lazy statics +once_cell = "1.19" -- cgit v1.2.3