mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +00:00
19 lines
264 B
TOML
19 lines
264 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 = "1.2.5"
|
||
|
anyhow = "1.0.38"
|
||
|
log = "0.4"
|
||
|
gpui = { path = "../gpui" }
|
||
|
util = { path = "../util" }
|