mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
15 lines
345 B
TOML
15 lines
345 B
TOML
|
[package]
|
||
|
name = "chat_panel"
|
||
|
version = "0.1.0"
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
client = { path = "../client" }
|
||
|
editor = { path = "../editor" }
|
||
|
gpui = { path = "../gpui" }
|
||
|
theme = { path = "../theme" }
|
||
|
util = { path = "../util" }
|
||
|
workspace = { path = "../workspace" }
|
||
|
postage = { version = "0.4.1", features = ["futures-traits"] }
|
||
|
time = "0.3"
|