2021-10-05 15:36:38 +03:00
|
|
|
[package]
|
2021-11-26 21:13:05 +03:00
|
|
|
name = "contacts_panel"
|
2021-10-05 15:36:38 +03:00
|
|
|
version = "0.1.0"
|
2022-01-26 23:50:31 +03:00
|
|
|
edition = "2021"
|
2021-10-05 15:36:38 +03:00
|
|
|
|
2021-11-30 22:46:39 +03:00
|
|
|
[lib]
|
|
|
|
path = "src/contacts_panel.rs"
|
2022-03-04 03:15:56 +03:00
|
|
|
doctest = false
|
2021-11-30 22:46:39 +03:00
|
|
|
|
2021-10-05 15:36:38 +03:00
|
|
|
[dependencies]
|
|
|
|
client = { path = "../client" }
|
|
|
|
gpui = { path = "../gpui" }
|
2022-04-06 03:10:17 +03:00
|
|
|
settings = { path = "../settings" }
|
2021-10-05 15:36:38 +03:00
|
|
|
theme = { path = "../theme" }
|
|
|
|
workspace = { path = "../workspace" }
|
|
|
|
postage = { version = "0.4.1", features = ["futures-traits"] }
|