zed/crates/context_menu/Cargo.toml

15 lines
246 B
TOML
Raw Normal View History

2022-05-25 01:59:43 +00:00
[package]
name = "context_menu"
version = "0.1.0"
edition = "2021"
[lib]
path = "src/context_menu.rs"
doctest = false
[dependencies]
gpui = { path = "../gpui" }
2022-05-25 08:23:43 +00:00
settings = { path = "../settings" }
2022-05-25 01:59:43 +00:00
theme = { path = "../theme" }
2022-05-25 13:24:44 +00:00
smallvec = "1.6"