mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-06 08:07:42 +00:00
19 lines
290 B
TOML
19 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" }
|