1[package]
2name = "vcs_menu2"
3version = "0.1.0"
4edition = "2021"
5publish = false
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8[dependencies]
9fuzzy = {package = "fuzzy2", path = "../fuzzy2"}
10fs = {package = "fs2", path = "../fs2"}
11gpui = {package = "gpui2", path = "../gpui2"}
12picker = {package = "picker2", path = "../picker2"}
13util = {path = "../util"}
14ui = {package = "ui2", path = "../ui2"}
15workspace = {package = "workspace2", path = "../workspace2"}
16
17anyhow.workspace = true