WIP
This commit is contained in:
parent
0b1c27956b
commit
4efdc53d9f
6 changed files with 68 additions and 9 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue