mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-24 21:59:04 +00:00
- **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>
29 lines
583 B
TOML
29 lines
583 B
TOML
[package]
|
|
name = "toolchain_selector"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
convert_case.workspace = true
|
|
editor.workspace = true
|
|
futures.workspace = true
|
|
fuzzy.workspace = true
|
|
gpui.workspace = true
|
|
language.workspace = true
|
|
menu.workspace = true
|
|
open_path_prompt.workspace = true
|
|
picker.workspace = true
|
|
project.workspace = true
|
|
ui.workspace = true
|
|
util.workspace = true
|
|
workspace.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/toolchain_selector.rs"
|
|
doctest = false
|