WIP
This commit is contained in:
parent
0de5a444d3
commit
394e87d17c
5 changed files with 76 additions and 75 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue