mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 15:44:31 +03:00
12 lines
274 B
TOML
12 lines
274 B
TOML
[package]
|
|
name = "people_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"] }
|