Allow loading a previously-saved conversation
This commit is contained in:
parent
06701e78aa
commit
a011ced698
5 changed files with 279 additions and 64 deletions
|
@ -22,7 +22,7 @@ util = { path = "../util" }
|
|||
workspace = { path = "../workspace" }
|
||||
|
||||
anyhow.workspace = true
|
||||
chrono = "0.4"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
futures.workspace = true
|
||||
isahc.workspace = true
|
||||
regex.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue