WIP: Start on a new cli crate

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2022-04-15 16:55:26 +02:00
parent 0c98168227
commit 01eb2dce24
5 changed files with 377 additions and 69 deletions

12
crates/cli/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[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"] }