2023-07-10 15:18:12 +00:00
|
|
|
[package]
|
|
|
|
name = "vcs_menu"
|
|
|
|
version = "0.1.0"
|
2025-01-17 16:39:22 +00:00
|
|
|
edition.workspace = true
|
|
|
|
publish.workspace = true
|
2024-01-27 12:51:16 +00:00
|
|
|
license = "GPL-3.0-or-later"
|
2024-01-23 16:40:30 +00:00
|
|
|
|
2024-03-05 17:01:17 +00:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2023-07-10 15:18:12 +00:00
|
|
|
[dependencies]
|
|
|
|
anyhow.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
fuzzy.workspace = true
|
2024-04-19 09:57:17 +00:00
|
|
|
git.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
gpui.workspace = true
|
|
|
|
picker.workspace = true
|
2024-10-27 22:50:54 +00:00
|
|
|
project.workspace = true
|
2024-02-06 19:41:36 +00:00
|
|
|
ui.workspace = true
|
|
|
|
util.workspace = true
|
|
|
|
workspace.workspace = true
|
2024-11-21 19:56:02 +00:00
|
|
|
zed_actions.workspace = true
|