Cargo.toml

 1[package]
 2name = "vcs_menu"
 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 = { path = "../fuzzy"}
10fs = {path = "../fs"}
11gpui = {path = "../gpui"}
12picker = {path = "../picker"}
13util = {path = "../util"}
14ui = {path = "../ui"}
15workspace = { path = "../workspace" }
16
17anyhow.workspace = true