ZIm/crates/vcs_menu/Cargo.toml
2024-01-27 13:51:16 +01:00

19 lines
440 B
TOML

[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
license = "GPL-3.0-or-later"
[dependencies]
fuzzy = { path = "../fuzzy"}
fs = {path = "../fs"}
gpui = {path = "../gpui"}
picker = {path = "../picker"}
util = {path = "../util"}
ui = {path = "../ui"}
workspace = { path = "../workspace" }
anyhow.workspace = true