2024-11-23 16:24:52 +00:00
|
|
|
[package]
|
|
|
|
name = "assistant2"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "src/assistant.rs"
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow.workspace = true
|
|
|
|
command_palette_hooks.workspace = true
|
2024-11-23 19:09:15 +00:00
|
|
|
editor.workspace = true
|
2024-11-23 16:24:52 +00:00
|
|
|
feature_flags.workspace = true
|
2024-11-25 19:08:40 +00:00
|
|
|
futures.workspace = true
|
2024-11-23 16:24:52 +00:00
|
|
|
gpui.workspace = true
|
2024-11-23 17:46:11 +00:00
|
|
|
language_model.workspace = true
|
|
|
|
language_model_selector.workspace = true
|
2024-11-23 16:24:52 +00:00
|
|
|
proto.workspace = true
|
2024-11-23 19:09:15 +00:00
|
|
|
settings.workspace = true
|
2024-11-25 19:08:40 +00:00
|
|
|
smol.workspace = true
|
2024-11-23 19:09:15 +00:00
|
|
|
theme.workspace = true
|
2024-11-23 16:24:52 +00:00
|
|
|
ui.workspace = true
|
2024-11-25 19:08:40 +00:00
|
|
|
util.workspace = true
|
2024-11-23 16:24:52 +00:00
|
|
|
workspace.workspace = true
|