mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 15:44:31 +03:00
fc37abc356
Release Notes: - Improved performance of branch picker by querying branches on menu open instead of querying once per each keystroke. (fixes zed-industries/community#2161)
18 lines
413 B
TOML
18 lines
413 B
TOML
[package]
|
|
name = "vcs_menu"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
fuzzy = {path = "../fuzzy"}
|
|
fs = {path = "../fs"}
|
|
gpui = {path = "../gpui"}
|
|
picker = {path = "../picker"}
|
|
util = {path = "../util"}
|
|
theme = {path = "../theme"}
|
|
workspace = {path = "../workspace"}
|
|
|
|
anyhow.workspace = true
|