mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 18:25:57 +00:00
18 lines
532 B
TOML
18 lines
532 B
TOML
|
[package]
|
||
|
name = "vcs_menu2"
|
||
|
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 = {package = "fuzzy2", path = "../fuzzy2"}
|
||
|
fs = {package = "fs2", path = "../fs2"}
|
||
|
gpui = {package = "gpui2", path = "../gpui2"}
|
||
|
picker = {package = "picker2", path = "../picker2"}
|
||
|
util = {path = "../util"}
|
||
|
ui = {package = "ui2", path = "../ui2"}
|
||
|
workspace = {package = "workspace2", path = "../workspace2"}
|
||
|
|
||
|
anyhow.workspace = true
|