Show time in assistant messages

This commit is contained in:
Antonio Scandurra 2023-05-29 16:23:16 +02:00
parent 52e8bf2928
commit 890c42a75a
5 changed files with 22 additions and 3 deletions

View file

@ -19,11 +19,12 @@ theme = { path = "../theme" }
util = { path = "../util" }
workspace = { path = "../workspace" }
serde.workspace = true
serde_json.workspace = true
anyhow.workspace = true
chrono = "0.4"
futures.workspace = true
isahc.workspace = true
serde.workspace = true
serde_json.workspace = true
[dev-dependencies]
editor = { path = "../editor", features = ["test-support"] }