mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
a44fc24445
Follow-up to #8353 Release Notes: - N/A
19 lines
282 B
TOML
19 lines
282 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]
|
|
anyhow.workspace = true
|
|
gpui.workspace = true
|
|
smol.workspace = true
|
|
util.workspace = true
|