This commit is contained in:
Max Brunsfeld 2021-12-13 17:44:20 -08:00
parent 0b1c27956b
commit 4efdc53d9f
6 changed files with 68 additions and 9 deletions

View file

@ -7,7 +7,10 @@ edition = "2021"
path = "src/diagnostics.rs"
[dependencies]
anyhow = "1.0"
collections = { path = "../collections" }
editor = { path = "../editor" }
language = { path = "../language" }
gpui = { path = "../gpui" }
project = { path = "../project" }
workspace = { path = "../workspace" }