Implement zed --version

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2022-04-20 16:00:41 +02:00
parent 5ab35bd6fd
commit 926c75dadf
3 changed files with 72 additions and 7 deletions

View file

@ -22,4 +22,5 @@ serde = { version = "1.0", features = ["derive"] }
cocoa = "0.24"
core-foundation = "0.9"
core-services = "0.2"
objc = "0.2"
objc = "0.2"
plist = "1.3"