diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 6ce3db4..b62bd62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,10 @@ publish = ["crates-io"] [dependencies] base64 = "0.22.1" chrono = "0.4.42" +confy = "2.0.0" reqwest = "0.12.24" rig-core = { version = "0.24.0", features = ["all", "audio"] } +rodio = "0.21.1" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.145" tokio = { version = "1.48.0", features = ["full"] } |
