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
 7license = "GPL-3.0-only"
 8
 9
10[dependencies]
11fuzzy = { path = "../fuzzy"}
12fs = {path = "../fs"}
13gpui = {path = "../gpui"}
14picker = {path = "../picker"}
15util = {path = "../util"}
16ui = {path = "../ui"}
17workspace = { path = "../workspace" }
18
19anyhow.workspace = true