zed/crates/install_cli/Cargo.toml
2024-01-27 13:51:16 +01:00

21 lines
316 B
TOML

[package]
name = "install_cli"
version = "0.1.0"
edition = "2021"
publish = false
license = "GPL-3.0-or-later"
[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" }