zed/crates/zed_actions/Cargo.toml
Piotr Osiewicz a8ae51cb97
build: Tear up crate graph (move terminal closer to editor) (#48602)
- **build: remove assistant_slash_commands dependency in
assistant_text_thread**
- **diagnostics: Do not depend on search**
- **Remove terminal_view's dependency on search**
- **sever breadcrumbs <-> editor dep (for the sake of terminal_view)**

Release Notes:

- N/A
2026-02-06 20:14:35 +01:00

16 lines
285 B
TOML

[package]
name = "zed_actions"
version = "0.1.0"
edition.workspace = true
publish.workspace = true
license = "GPL-3.0-or-later"
[lints]
workspace = true
[dependencies]
gpui.workspace = true
schemars.workspace = true
serde.workspace = true
util.workspace = true
uuid.workspace = true