2023-02-22 05:16:47 +03:00
|
|
|
[package]
|
|
|
|
name = "welcome"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
2024-01-27 15:51:16 +03:00
|
|
|
license = "GPL-3.0-or-later"
|
2024-01-23 19:40:30 +03:00
|
|
|
|
2024-03-05 20:01:17 +03:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2023-02-22 05:16:47 +03:00
|
|
|
[lib]
|
|
|
|
path = "src/welcome.rs"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
test-support = []
|
|
|
|
|
|
|
|
[dependencies]
|
2024-01-31 05:41:29 +03:00
|
|
|
anyhow.workspace = true
|
2024-02-06 22:41:36 +03:00
|
|
|
client.workspace = true
|
2024-05-03 22:50:42 +03:00
|
|
|
inline_completion_button.workspace = true
|
2024-02-06 22:41:36 +03:00
|
|
|
db.workspace = true
|
2024-05-01 23:07:24 +03:00
|
|
|
extensions_ui.workspace = true
|
2024-02-06 22:41:36 +03:00
|
|
|
fuzzy.workspace = true
|
|
|
|
gpui.workspace = true
|
|
|
|
install_cli.workspace = true
|
|
|
|
picker.workspace = true
|
|
|
|
project.workspace = true
|
2024-01-31 05:41:29 +03:00
|
|
|
schemars.workspace = true
|
|
|
|
serde.workspace = true
|
2024-02-06 22:41:36 +03:00
|
|
|
settings.workspace = true
|
|
|
|
theme_selector.workspace = true
|
|
|
|
ui.workspace = true
|
|
|
|
util.workspace = true
|
|
|
|
vim.workspace = true
|
|
|
|
workspace.workspace = true
|
2023-05-20 18:54:38 +03:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2024-02-06 22:41:36 +03:00
|
|
|
editor = { workspace = true, features = ["test-support"] }
|