mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 12:38:02 +00:00
c69da2df70
Release Notes: - Fixed a bug where the branch switcher could not be used remotely.
20 lines
358 B
TOML
20 lines
358 B
TOML
[package]
|
|
name = "vcs_menu"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
fuzzy.workspace = true
|
|
git.workspace = true
|
|
gpui.workspace = true
|
|
picker.workspace = true
|
|
project.workspace = true
|
|
ui.workspace = true
|
|
util.workspace = true
|
|
workspace.workspace = true
|