2024-02-13 19:09:02 +00:00
|
|
|
[package]
|
|
|
|
name = "extensions_ui"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
2024-03-05 17:01:17 +00:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2024-02-13 19:09:02 +00:00
|
|
|
[lib]
|
|
|
|
path = "src/extensions_ui.rs"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
test-support = []
|
|
|
|
|
|
|
|
[dependencies]
|
2024-03-06 23:35:22 +00:00
|
|
|
anyhow.workspace = true
|
2024-02-13 19:09:02 +00:00
|
|
|
client.workspace = true
|
2024-07-15 21:10:01 +00:00
|
|
|
collections.workspace = true
|
2024-03-19 16:06:01 +00:00
|
|
|
db.workspace = true
|
2024-02-13 19:09:02 +00:00
|
|
|
editor.workspace = true
|
|
|
|
extension.workspace = true
|
2024-03-28 19:41:22 +00:00
|
|
|
fs.workspace = true
|
2024-03-06 23:35:22 +00:00
|
|
|
fuzzy.workspace = true
|
2024-02-13 19:09:02 +00:00
|
|
|
gpui.workspace = true
|
2024-03-19 16:06:01 +00:00
|
|
|
language.workspace = true
|
2024-06-10 18:19:17 +00:00
|
|
|
num-format.workspace = true
|
2024-03-28 19:41:22 +00:00
|
|
|
picker.workspace = true
|
2024-03-19 16:06:01 +00:00
|
|
|
project.workspace = true
|
2024-05-22 23:45:34 +00:00
|
|
|
release_channel.workspace = true
|
2024-03-29 16:11:57 +00:00
|
|
|
semantic_version.workspace = true
|
2024-03-19 16:06:01 +00:00
|
|
|
serde.workspace = true
|
2024-02-13 19:09:02 +00:00
|
|
|
settings.workspace = true
|
2024-03-06 23:35:22 +00:00
|
|
|
smallvec.workspace = true
|
2024-02-13 19:09:02 +00:00
|
|
|
theme.workspace = true
|
2024-03-20 15:13:58 +00:00
|
|
|
theme_selector.workspace = true
|
2024-02-13 19:09:02 +00:00
|
|
|
ui.workspace = true
|
2024-03-06 23:35:22 +00:00
|
|
|
util.workspace = true
|
2024-07-15 21:10:01 +00:00
|
|
|
vim.workspace = true
|
2024-02-13 19:09:02 +00:00
|
|
|
workspace.workspace = true
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
editor = { workspace = true, features = ["test-support"] }
|