about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide-diagnostics/Cargo.toml
blob: 6f1e66948f42c11d2f9730a6d49a15b258deae81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[package]
name = "ide-diagnostics"
version = "0.0.0"
repository.workspace = true
description = "Diagnostics rendering and fixits for rust-analyzer."

authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[lib]
doctest = false

[dependencies]
cov-mark = "2.0.0"
either.workspace = true
itertools.workspace = true
serde_json.workspace = true
tracing.workspace = true

# local deps
stdx.workspace = true
syntax.workspace = true
cfg.workspace = true
hir.workspace = true
ide-db.workspace = true
paths.workspace = true

[dev-dependencies]
expect-test = "1.5.1"

# local deps
test-utils.workspace = true
test-fixture.workspace = true

[lints]
workspace = true