Cargo.toml
1[package]
2name = "chat_panel"
3version = "0.1.0"
4edition = "2018"
5
6[dependencies]
7client = { path = "../client" }
8editor = { path = "../editor" }
9gpui = { path = "../gpui" }
10theme = { path = "../theme" }
11util = { path = "../util" }
12workspace = { path = "../workspace" }
13postage = { version = "0.4.1", features = ["futures-traits"] }
14time = "0.3"