mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 15:44:31 +03:00
866ffdd4ae
Co-authored-by: Keith Simmons <keith@zed.dev>
17 lines
366 B
TOML
17 lines
366 B
TOML
[package]
|
|
name = "contacts_panel"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/contacts_panel.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
client = { path = "../client" }
|
|
gpui = { path = "../gpui" }
|
|
settings = { path = "../settings" }
|
|
theme = { path = "../theme" }
|
|
workspace = { path = "../workspace" }
|
|
postage = { version = "0.4.1", features = ["futures-traits"] }
|