
This PR replaces the usage of the `zed_llm_client` with the `cloud_llm_client`. It was ported into this repo in #35307. Release Notes: - N/A
20 lines
367 B
TOML
20 lines
367 B
TOML
[package]
|
|
name = "web_search"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/web_search.rs"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
cloud_llm_client.workspace = true
|
|
collections.workspace = true
|
|
gpui.workspace = true
|
|
serde.workspace = true
|
|
workspace-hack.workspace = true
|