zed/crates/install_cli2/Cargo.toml
Antonio Scandurra 06c22206af Add install_cli2
Co-authored-by: Mikayla <mikayla@zed.dev>
Co-Authored-By: Kirill <kirill@zed.dev>
2023-10-26 12:09:54 +02:00

18 lines
290 B
TOML

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