
Closes #28408 Release Notes: - Fixed no feedback provided when installing CLI from welcome page.
25 lines
441 B
TOML
25 lines
441 B
TOML
[package]
|
|
name = "install_cli"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/install_cli.rs"
|
|
|
|
[features]
|
|
test-support = []
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
client.workspace = true
|
|
gpui.workspace = true
|
|
release_channel.workspace = true
|
|
smol.workspace = true
|
|
util.workspace = true
|
|
workspace-hack.workspace = true
|
|
workspace.workspace = true
|