[package] name = "assistant" version = "0.1.0" edition = "2021" publish = false [lib] path = "src/assistant.rs" doctest = false [dependencies] ai = { path = "../ai" } client = { package = "client2", path = "../client2" } collections = { path = "../collections"} editor = { path = "../editor" } fs = { package = "fs2", path = "../fs2" } gpui = { package = "gpui2", path = "../gpui2" } language = { package = "language2", path = "../language2" } menu = { package = "menu2", path = "../menu2" } multi_buffer = { path = "../multi_buffer" } project = { path = "../project" } search = { path = "../search" } semantic_index = { package = "semantic_index2", path = "../semantic_index2" } settings = { package = "settings2", path = "../settings2" } theme = { package = "theme2", path = "../theme2" } ui = { package = "ui2", path = "../ui2" } util = { path = "../util" } workspace = { path = "../workspace" } uuid.workspace = true log.workspace = true anyhow.workspace = true chrono = { version = "0.4", features = ["serde"] } futures.workspace = true indoc.workspace = true isahc.workspace = true ordered-float.workspace = true parking_lot.workspace = true regex.workspace = true schemars.workspace = true serde.workspace = true serde_json.workspace = true smol.workspace = true tiktoken-rs.workspace = true [dev-dependencies] ai = { path = "../ai", features = ["test-support"]} editor = { path = "../editor", features = ["test-support"] } project = { path = "../project", features = ["test-support"] } ctor.workspace = true env_logger.workspace = true log.workspace = true rand.workspace = true