2024-02-13 22:09:02 +03:00
|
|
|
[package]
|
|
|
|
name = "extensions_ui"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
2024-03-05 20:01:17 +03:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2024-02-13 22:09:02 +03:00
|
|
|
[lib]
|
|
|
|
path = "src/extensions_ui.rs"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
test-support = []
|
|
|
|
|
|
|
|
[dependencies]
|
2024-03-07 02:35:22 +03:00
|
|
|
anyhow.workspace = true
|
2024-02-13 22:09:02 +03:00
|
|
|
client.workspace = true
|
2024-03-19 19:06:01 +03:00
|
|
|
db.workspace = true
|
2024-02-13 22:09:02 +03:00
|
|
|
editor.workspace = true
|
|
|
|
extension.workspace = true
|
2024-03-07 02:35:22 +03:00
|
|
|
fuzzy.workspace = true
|
2024-02-13 22:09:02 +03:00
|
|
|
gpui.workspace = true
|
2024-03-19 19:06:01 +03:00
|
|
|
language.workspace = true
|
|
|
|
project.workspace = true
|
|
|
|
serde.workspace = true
|
2024-02-13 22:09:02 +03:00
|
|
|
settings.workspace = true
|
2024-03-07 02:35:22 +03:00
|
|
|
smallvec.workspace = true
|
2024-02-13 22:09:02 +03:00
|
|
|
theme.workspace = true
|
2024-03-20 18:13:58 +03:00
|
|
|
theme_selector.workspace = true
|
2024-02-13 22:09:02 +03:00
|
|
|
ui.workspace = true
|
2024-03-07 02:35:22 +03:00
|
|
|
util.workspace = true
|
2024-02-13 22:09:02 +03:00
|
|
|
workspace.workspace = true
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
editor = { workspace = true, features = ["test-support"] }
|