This commit is contained in:
Nathan Sobo 2023-05-23 00:55:13 -06:00
parent 0de5a444d3
commit 394e87d17c
5 changed files with 76 additions and 75 deletions

View file

@ -9,6 +9,7 @@ path = "src/ai.rs"
doctest = false
[dependencies]
assets = { path = "../assets"}
editor = { path = "../editor" }
gpui = { path = "../gpui" }
util = { path = "../util" }
@ -16,12 +17,8 @@ util = { path = "../util" }
serde.workspace = true
serde_json.workspace = true
anyhow.workspace = true
indoc.workspace = true
pulldown-cmark = "0.9.2"
futures.workspace = true
isahc.workspace = true
unindent.workspace = true
async-stream = "0.3.5"
[dev-dependencies]
editor = { path = "../editor", features = ["test-support"] }