zed/crates/diagnostics/Cargo.toml
Max Brunsfeld 4efdc53d9f WIP
2021-12-13 17:44:20 -08:00

18 lines
403 B
TOML

[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"] }