mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-09 00:50:04 +03:00
0e55f0ccaa
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
18 lines
379 B
TOML
18 lines
379 B
TOML
[package]
|
|
name = "chat_panel"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
path = "src/chat_panel.rs"
|
|
|
|
[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"
|