[package] name = "install_cli" version = "0.1.0" edition = "2021" publish = false [lib] path = "src/install_cli.rs" [features] test-support = [] [dependencies] smol.workspace = true anyhow.workspace = true log.workspace = true gpui = { path = "../gpui" } util = { path = "../util" }