zed/crates/context_menu/Cargo.toml
Antonio Scandurra f403d87eff WIP
2022-05-26 09:59:25 +02:00

14 lines
229 B
TOML

[package]
name = "context_menu"
version = "0.1.0"
edition = "2021"
[lib]
path = "src/context_menu.rs"
doctest = false
[dependencies]
gpui = { path = "../gpui" }
settings = { path = "../settings" }
theme = { path = "../theme" }