From e4eaecc8ce7fb3e84977c41597eff80edd4d73c7 Mon Sep 17 00:00:00 2001 From: Oxbian Date: Sun, 2 Mar 2025 21:32:20 -0500 Subject: feat: conversation saved in file --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2069fb2..6d0adf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,11 @@ version = "0.1.0" edition = "2021" [dependencies] +chrono = "0.4.40" color-eyre = "0.6.3" ratatui = "0.29.0" reqwest = { version = "0.12.12", features = ["blocking", "json"] } serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.138" tokio = "1.43.0" +uuid = { version = "1.15.1", features = ["v4"] } -- cgit v1.2.3