mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
3273f5e404
/cc @mrnugget Release Notes: - N/A
20 lines
333 B
TOML
20 lines
333 B
TOML
[package]
|
|
name = "vcs_menu"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
fuzzy.workspace = true
|
|
git.workspace = true
|
|
gpui.workspace = true
|
|
picker.workspace = true
|
|
ui.workspace = true
|
|
util.workspace = true
|
|
workspace.workspace = true
|