mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 04:20:46 +00:00
f81edb88fe
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
23 lines
565 B
TOML
23 lines
565 B
TOML
[package]
|
|
name = "contacts_panel"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/contacts_panel.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
client = { path = "../client" }
|
|
editor = { path = "../editor" }
|
|
fuzzy = { path = "../fuzzy" }
|
|
gpui = { path = "../gpui" }
|
|
picker = { path = "../picker" }
|
|
settings = { path = "../settings" }
|
|
theme = { path = "../theme" }
|
|
util = { path = "../util" }
|
|
workspace = { path = "../workspace" }
|
|
futures = "0.3"
|
|
log = "0.4"
|
|
postage = { version = "0.4.1", features = ["futures-traits"] }
|
|
serde = { version = "1", features = ["derive"] }
|