zed/crates/install_cli/Cargo.toml
2023-04-24 17:41:55 -07:00

19 lines
286 B
TOML

[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" }