[package] name = "vcs_menu" 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 = { path = "../fuzzy"} fs = {path = "../fs"} gpui = {package = "gpui2", path = "../gpui2"} picker = {path = "../picker"} util = {path = "../util"} ui = {path = "../ui"} workspace = { path = "../workspace" } anyhow.workspace = true