[package] name = "diagnostics" version = "0.1.0" edition = "2021" [lib] 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" } postage = { version = "0.4", features = ["futures-traits"] }