
This pull request should be idempotent, but lays the groundwork for avoiding to connect to collab in order to interact with AI features provided by Zed. Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <git@maxdeviant.com> Co-authored-by: Richard Feldman <oss@rtfeldman.com>
28 lines
530 B
TOML
28 lines
530 B
TOML
[package]
|
|
name = "ai_onboarding"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/ai_onboarding.rs"
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
client.workspace = true
|
|
cloud_llm_client.workspace = true
|
|
component.workspace = true
|
|
gpui.workspace = true
|
|
language_model.workspace = true
|
|
serde.workspace = true
|
|
smallvec.workspace = true
|
|
telemetry.workspace = true
|
|
ui.workspace = true
|
|
workspace-hack.workspace = true
|
|
zed_actions.workspace = true
|