diff options
author | Oxbian <oxbian@mailbox.org> | 2025-03-02 21:32:20 -0500 |
---|---|---|
committer | Oxbian <oxbian@mailbox.org> | 2025-03-02 21:32:20 -0500 |
commit | e4eaecc8ce7fb3e84977c41597eff80edd4d73c7 (patch) | |
tree | fd33e7d93a680b2e0e93cb0eacb66137bd77ecab /Cargo.toml | |
parent | 25cf2d92f3198ba7541dad979eca1f9c1238ff04 (diff) | |
download | NAI-e4eaecc8ce7fb3e84977c41597eff80edd4d73c7.tar.gz NAI-e4eaecc8ce7fb3e84977c41597eff80edd4d73c7.zip |
feat: conversation saved in file
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"] } |