mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 02:37:05 +00:00
17 lines
391 B
TOML
17 lines
391 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
|
||
|
|
||
|
[dependencies]
|
||
|
fuzzy = {path = "../fuzzy"}
|
||
|
gpui = {path = "../gpui"}
|
||
|
picker = {path = "../picker"}
|
||
|
util = {path = "../util"}
|
||
|
theme = {path = "../theme"}
|
||
|
workspace = {path = "../workspace"}
|
||
|
|
||
|
anyhow.workspace = true
|