diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
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"] } |
