mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-24 13:39:08 +00:00
- **git_ui: Decouple git_ui from the recent_projects crate** - **Move git_ui closer to editor** Release Notes: - N/A
17 lines
262 B
TOML
17 lines
262 B
TOML
[package]
|
|
name = "panel"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/panel.rs"
|
|
|
|
[dependencies]
|
|
gpui.workspace = true
|
|
ui.workspace = true
|
|
workspace.workspace = true
|