mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 19:25:33 +03:00
9bce30687e
Header and footer are gonna be added in a separate PR as they require changes to Picker trait that I feel are separate from the contents of this PR. Release Notes: - N/A
18 lines
532 B
TOML
18 lines
532 B
TOML
[package]
|
|
name = "vcs_menu2"
|
|
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 = {package = "fuzzy2", path = "../fuzzy2"}
|
|
fs = {package = "fs2", path = "../fs2"}
|
|
gpui = {package = "gpui2", path = "../gpui2"}
|
|
picker = {package = "picker2", path = "../picker2"}
|
|
util = {path = "../util"}
|
|
ui = {package = "ui2", path = "../ui2"}
|
|
workspace = {package = "workspace2", path = "../workspace2"}
|
|
|
|
anyhow.workspace = true
|