Add git status to the file system abstraction

co-authored-by: petros <petros@zed.dev>
This commit is contained in:
Mikayla Maki 2023-05-09 08:36:43 -07:00 committed by Mikayla Maki
parent 6385e51957
commit 7169f5c760
No known key found for this signature in database
4 changed files with 94 additions and 27 deletions

View file

@ -13,6 +13,7 @@ gpui = { path = "../gpui" }
lsp = { path = "../lsp" }
rope = { path = "../rope" }
util = { path = "../util" }
sum_tree = { path = "../sum_tree" }
anyhow.workspace = true
async-trait.workspace = true
futures.workspace = true