mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
01eb2dce24
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
12 lines
256 B
TOML
12 lines
256 B
TOML
[package]
|
|
name = "cli"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
core-foundation = "0.9"
|
|
core-services = "0.2"
|
|
clap = { version = "3.1", features = ["derive"] }
|
|
ipc-channel = "0.16"
|
|
serde = { version = "1.0", features = ["derive"] } |