zed/crates/contacts_panel/Cargo.toml
Nathan Sobo d78d5712be Rename PeoplePanel to ContactsPanel
Yeah, it's true they're people, but this is a more specific way in which they're people.

Co-Authored-By: Antonio Scandurra <me@as-cii.com>
2021-11-26 11:13:05 -07:00

12 lines
276 B
TOML

[package]
name = "contacts_panel"
version = "0.1.0"
edition = "2018"
[dependencies]
client = { path = "../client" }
gpui = { path = "../gpui" }
theme = { path = "../theme" }
workspace = { path = "../workspace" }
postage = { version = "0.4.1", features = ["futures-traits"] }