mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
17 lines
299 B
TOML
17 lines
299 B
TOML
[package]
|
|
name = "context_menu"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "src/context_menu.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
gpui = { path = "../gpui" }
|
|
menu = { path = "../menu" }
|
|
settings = { path = "../settings" }
|
|
theme = { path = "../theme" }
|
|
smallvec.workspace = true
|