open ai indexing on open for rust files
This commit is contained in:
parent
d4a4db42aa
commit
dd309070eb
7 changed files with 252 additions and 55 deletions
|
@ -19,8 +19,14 @@ futures.workspace = true
|
|||
smol.workspace = true
|
||||
sqlx = { version = "0.6", features = ["sqlite","runtime-tokio-rustls"] }
|
||||
async-compat = "0.2.1"
|
||||
conv = "0.3.3"
|
||||
rand.workspace = true
|
||||
rusqlite = "0.27.0"
|
||||
isahc.workspace = true
|
||||
log.workspace = true
|
||||
tree-sitter.workspace = true
|
||||
lazy_static.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
async-trait.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
gpui = { path = "../gpui", features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue