mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 06:33:52 +03:00
a44fc24445
Follow-up to #8353 Release Notes: - N/A
26 lines
468 B
TOML
26 lines
468 B
TOML
[package]
|
|
name = "extensions_ui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lib]
|
|
path = "src/extensions_ui.rs"
|
|
|
|
[features]
|
|
test-support = []
|
|
|
|
[dependencies]
|
|
client.workspace = true
|
|
editor.workspace = true
|
|
extension.workspace = true
|
|
gpui.workspace = true
|
|
settings.workspace = true
|
|
theme.workspace = true
|
|
ui.workspace = true
|
|
workspace.workspace = true
|
|
|
|
[dev-dependencies]
|
|
editor = { workspace = true, features = ["test-support"] }
|