1[package]
2name = "chat_panel"
3version = "0.1.0"
4edition = "2021"
5
6[lib]
7path = "src/chat_panel.rs"
8doctest = false
9
10[dependencies]
11client = { path = "../client" }
12editor = { path = "../editor" }
13gpui = { path = "../gpui" }
14menu = { path = "../menu" }
15settings = { path = "../settings" }
16theme = { path = "../theme" }
17util = { path = "../util" }
18workspace = { path = "../workspace" }
19postage = { version = "0.4.1", features = ["futures-traits"] }
20time = { version = "0.3", features = ["serde", "serde-well-known"] }