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"}
10gpui = {path = "../gpui"}
11picker = {path = "../picker"}
12util = {path = "../util"}
13theme = {path = "../theme"}
14workspace = {path = "../workspace"}
15
16anyhow.workspace = true