zed/crates/snippets_ui/Cargo.toml
Piotr Osiewicz c9997592e4
build: Simplify build graph (#47253)
- **title_bar: Extract platform_title_bar from title_bar**
- **file_finder no longer depends on search and agent_servers no longer
depend on language_models**

Release Notes:

- N/A

---------

Co-authored-by: Zed Zippy <234243425+zed-zippy[bot]@users.noreply.github.com>
2026-01-23 18:29:20 +01:00

25 lines
480 B
TOML

[package]
name = "snippets_ui"
version = "0.1.0"
edition.workspace = true
publish.workspace = true
license = "GPL-3.0-or-later"
[lints]
workspace = true
[lib]
path = "src/snippets_ui.rs"
[dependencies]
file_icons.workspace = true
fuzzy.workspace = true
gpui.workspace = true
language.workspace = true
open_path_prompt.workspace = true
paths.workspace = true
picker.workspace = true
settings.workspace = true
ui.workspace = true
util.workspace = true
workspace.workspace = true