about summary refs log tree commit diff stats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2025-11-23 00:42:54 -0600
committerRen Kararou <[email protected]>2025-11-23 00:49:14 -0600
commitb062128ec1715e5de948347fea1b3df8c6333cac (patch)
tree3c787c504851a8bb27a20cf3b103cb86ac99206c /Cargo.toml
parentdb1edb4c90a6f1dbe391d81b9e5b34969494a7af (diff)
downloadviolet-b062128ec1715e5de948347fea1b3df8c6333cac.tar.gz
violet-b062128ec1715e5de948347fea1b3df8c6333cac.tar.bz2
violet-b062128ec1715e5de948347fea1b3df8c6333cac.zip
switch to rig; working repl
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 929e23a..6ce3db4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,8 +5,10 @@ edition = "2024"
 publish = ["crates-io"]
 
 [dependencies]
+base64 = "0.22.1"
 chrono = "0.4.42"
-llm-connector = "0.5.3"
+reqwest = "0.12.24"
+rig-core = { version = "0.24.0", features = ["all", "audio"] }
 serde = { version = "1.0.228", features = ["derive"] }
 serde_json = "1.0.145"
 tokio = { version = "1.48.0", features = ["full"] }